COLOR #F2BF5A

HEX: #F2BF5A
RGB: (242,191,90)

Color info

#F2BF5A contains mainly red and green colors. Web safe color of #F2BF5A is #FFCC66 (or #FC6).

RGB color model

#F2BF5A color RGB value is (242,191,90).

  • red value is 242;
  • green value is 191;
  • blue value is 90.
RGB:
(242,191,90)
(95%,75%,35%)

RGB channels and saturation

R 242 of 255 = 95%
G 191 of 255 = 75%
B 90 of 255 = 35%

242
191
90

R + G + B ~ 68%. #F2BF5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 191 + 90 = 523 (100%)
R 242 of 523 ~ 46.27%
G 191 of 523 ~ 36.52%
B 90 of 523 ~ 17.21%

%46.27
%36.52
%17.21

CMYK color model

#F2BF5A color CMYK value is (0,21,63,5).

  • cyan value is 0.00%
  • magenta value is 21.07%
  • yellow value is 62.81%
  • key color value is 5.10%
CMYK:
(0,21,63,5)
C0M21Y63K5 
(0%,21%,63%,5%)
(0.00/0.21/0.63/0.05)	

CMYK percentages

%0
%21.07
%62.81
%5.1

Codes

Color #F2BF5A in popluar color models

F2BF5A
RGB24219190
HSL40°85.39%65.10%
HSB/HSV40°62.81%94.90%
CMYK0.00%21.07%62.81%
5.10%

Color #F2BF5A in popluar number systems.

HEXF2BF5A
Decimal24219190
Binary11110010101111111011010
Octal362277132

Shades and tints

Shades of #F2BF5A

#F2BF5A
(242,191,90)
#DCAE52
(220,174,82)
#C69D4A
(198,157,74)
#B08C42
(176,140,66)
#9A7B3A
(154,123,58)
#846A32
(132,106,50)
#6E592A
(110,89,42)
#584822
(88,72,34)
#42371A
(66,55,26)
#2C2612
(44,38,18)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #F2BF5A

#F2BF5A
(242,191,90)
#F3C469
(243,196,105)
#F4C978
(244,201,120)
#F5CE87
(245,206,135)
#F6D396
(246,211,150)
#F7D8A5
(247,216,165)
#F8DDB4
(248,221,180)
#F9E2C3
(249,226,195)
#FAE7D2
(250,231,210)
#FBECE1
(251,236,225)
#FCF1F0
(252,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BF5A color. Also use rgb(242,191,90) instead hex code.

Text Font Color

.myTextColor { color: #F2BF5A; }

<p style="color:#F2BF5A">This sample text font color is #F2BF5A.</p>

This text font color is #F2BF5A.


Background Color

.myBgColor { background-color: #F2BF5A; }

<div style="background-color:#F2BF5A">Inner text</div>

This div background color is #F2BF5A.


Border color

.myBorderColor { border: 1px solid #F2BF5A; }

<div style="border:3px solid #F2BF5A">Div</div>

This div border color is #F2BF5A.


Opacity

.myOpacity80 { color: #F2BF5A; opacity: 0.8; }

<p style="color:#F2BF5A;opacity:0.8;">80%</p>

Text with #F2BF5A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F2BF5A;}

<p style="text-shadow: 3px 3px 1px #F2BF5A">Text here.</p>

This text has shadow with #F2BF5A color.

.textShadow {text-shadow: 3px 3px 1px #F2BF5A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F2BF5A, 5px 5px 20px red">Text here.</p>

This text has shadow with #F2BF5A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2BF5A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F2BF5A, Direction=45, Strength=4)">Text</p>

This text has shadow with #F2BF5A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F2BF5A;
  -webkit-box-shadow:	1px 1px 3px 2px #F2BF5A;
  box-shadow:		1px 1px 3px 2px #F2BF5A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2BF5A;
-webkit-box-shadow: 1px 1px 3px 2px #F2BF5A;
box-shadow:1px 1px 3px 2px #F2BF5A;">
Div content here</div>
This div box has shadow with color #F2BF5A.

Preview

Color preview on black background

This text has color #F2BF5A on black background.


Color preview on white background

This text has color #F2BF5A on white background.



Black color preview on #F2BF5A background

This text has black color on #F2BF5A background.


White color preview on #F2BF5A background

This text has white color on #F2BF5A background.