COLOR #F1D258

HEX: #F1D258
RGB: (241,210,88)

Color info

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

RGB color model

#F1D258 color RGB value is (241,210,88).

  • red value is 241;
  • green value is 210;
  • blue value is 88.
RGB:
(241,210,88)
(95%,82%,35%)

RGB channels and saturation

R 241 of 255 = 95%
G 210 of 255 = 82%
B 88 of 255 = 35%

241
210
88

R + G + B ~ 71%. #F1D258 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 210 + 88 = 539 (100%)
R 241 of 539 ~ 44.71%
G 210 of 539 ~ 38.96%
B 88 of 539 ~ 16.33%

%44.71
%38.96
%16.33

CMYK color model

#F1D258 color CMYK value is (0,13,63,5).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 63.49%
  • key color value is 5.49%
CMYK:
(0,13,63,5)
C0M13Y63K5 
(0%,13%,63%,5%)
(0.00/0.13/0.63/0.05)	

CMYK percentages

%0
%12.86
%63.49
%5.49

Codes

Color #F1D258 in popluar color models

F1D258
RGB24121088
HSL48°84.53%64.51%
HSB/HSV48°63.49%94.51%
CMYK0.00%12.86%63.49%
5.49%

Color #F1D258 in popluar number systems.

HEXF1D258
Decimal24121088
Binary11110001110100101011000
Octal361322130

Shades and tints

Shades of #F1D258

#F1D258
(241,210,88)
#DCBF50
(220,191,80)
#C7AC48
(199,172,72)
#B29940
(178,153,64)
#9D8638
(157,134,56)
#887330
(136,115,48)
#736028
(115,96,40)
#5E4D20
(94,77,32)
#493A18
(73,58,24)
#342710
(52,39,16)
#1F1408
(31,20,8)
#000000
(0,0,0)

Tints of #F1D258

#F1D258
(241,210,88)
#F2D667
(242,214,103)
#F3DA76
(243,218,118)
#F4DE85
(244,222,133)
#F5E294
(245,226,148)
#F6E6A3
(246,230,163)
#F7EAB2
(247,234,178)
#F8EEC1
(248,238,193)
#F9F2D0
(249,242,208)
#FAF6DF
(250,246,223)
#FBFAEE
(251,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D258 color. Also use rgb(241,210,88) instead hex code.

Text Font Color

.myTextColor { color: #F1D258; }

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

This text font color is #F1D258.


Background Color

.myBgColor { background-color: #F1D258; }

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

This div background color is #F1D258.


Border color

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

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

This div border color is #F1D258.


Opacity

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

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

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

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

This text has shadow with #F1D258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D258 on black background.


Color preview on white background

This text has color #F1D258 on white background.



Black color preview on #F1D258 background

This text has black color on #F1D258 background.


White color preview on #F1D258 background

This text has white color on #F1D258 background.