#F9F872

Color #F9F872 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #F9F872

Tints of Dolly #F9F872

Color information

#F9F872 (or 0xF9F872) is unknown color: approx Dolly. HEX triplet: F9, F8 and 72. RGB value is (249,248,114). Sum of RGB (Red+Green+Blue) = 249+248+114=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 114 (44.92% from 255 or 18.66% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F872 is #06078D. Grayscale: #E9E9E9. Windows color (decimal): -395150 or 7534841. OLE color: 7534841.

HSL color Cylindrical-coordinate representation of color #F9F872: hue angle of 59.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9F872 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB249248114-
CMYK00.000.540.02
HSL59.56º91.84%71.18%-
HSV(B)59.56º54.22%97.65%-
XYZ75.6788.4929.01-
YUV233.0260.83139.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 114 (44.92% from 255) = 18.66%
R=40.75%
G=40.59%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924811400.000.540.0259.5691.8471.18
HexF9F872003623c5c47
Octal3713701620066274134107
Binary11111001111110001110010001101101011110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F872; }

 p { color: rgb(249,248,114); }

 H1.HeaderClassName
 {
   color: #F9F872;
 }
 .AnyTagClassName
 {
   color: #F9F872;
 }
</style>
background-color css

<style>
 a { background-color: #F9F872; }

 a { background-color: rgb(249,248,114); }

 div.DivClassName
 {
   background-color: #F9F872;
 }
 .BgClassName
 {
   background-color: #F9F872;
 }
</style>
border-color css

<style>
 span { border-color: #F9F872; }

 span { border-color: rgb(249,248,114); }

 td.TdClassName
 {
   border-color: #F9F872;
 }
 .TagClassName
 {
   border-color: #F9F872;
 }
</style>