COLOR #F1CB52

HEX: #F1CB52
RGB: (241,203,82)

Color info

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

RGB color model

#F1CB52 color RGB value is (241,203,82).

  • red value is 241;
  • green value is 203;
  • blue value is 82.
RGB:
(241,203,82)
(95%,80%,32%)

RGB channels and saturation

R 241 of 255 = 95%
G 203 of 255 = 80%
B 82 of 255 = 32%

241
203
82

R + G + B ~ 69%. #F1CB52 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 203 + 82 = 526 (100%)
R 241 of 526 ~ 45.82%
G 203 of 526 ~ 38.59%
B 82 of 526 ~ 15.59%

%45.82
%38.59
%15.59

CMYK color model

#F1CB52 color CMYK value is (0,16,66,5).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 65.98%
  • key color value is 5.49%
CMYK:
(0,16,66,5)
C0M16Y66K5 
(0%,16%,66%,5%)
(0.00/0.16/0.66/0.05)	

CMYK percentages

%0
%15.77
%65.98
%5.49

Codes

Color #F1CB52 in popluar color models

F1CB52
RGB24120382
HSL46°85.03%63.33%
HSB/HSV46°65.98%94.51%
CMYK0.00%15.77%65.98%
5.49%

Color #F1CB52 in popluar number systems.

HEXF1CB52
Decimal24120382
Binary11110001110010111010010
Octal361313122

Shades and tints

Shades of #F1CB52

#F1CB52
(241,203,82)
#DCB94B
(220,185,75)
#C7A744
(199,167,68)
#B2953D
(178,149,61)
#9D8336
(157,131,54)
#88712F
(136,113,47)
#735F28
(115,95,40)
#5E4D21
(94,77,33)
#493B1A
(73,59,26)
#342913
(52,41,19)
#1F170C
(31,23,12)
#000000
(0,0,0)

Tints of #F1CB52

#F1CB52
(241,203,82)
#F2CF61
(242,207,97)
#F3D370
(243,211,112)
#F4D77F
(244,215,127)
#F5DB8E
(245,219,142)
#F6DF9D
(246,223,157)
#F7E3AC
(247,227,172)
#F8E7BB
(248,231,187)
#F9EBCA
(249,235,202)
#FAEFD9
(250,239,217)
#FBF3E8
(251,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CB52 color. Also use rgb(241,203,82) instead hex code.

Text Font Color

.myTextColor { color: #F1CB52; }

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

This text font color is #F1CB52.


Background Color

.myBgColor { background-color: #F1CB52; }

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

This div background color is #F1CB52.


Border color

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

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

This div border color is #F1CB52.


Opacity

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

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

Text with #F1CB52 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 #F1CB52;}

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

This text has shadow with #F1CB52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CB52 on black background.


Color preview on white background

This text has color #F1CB52 on white background.



Black color preview on #F1CB52 background

This text has black color on #F1CB52 background.


White color preview on #F1CB52 background

This text has white color on #F1CB52 background.