#F9F875

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

Shades of Dolly #F9F875

Tints of Dolly #F9F875

Color information

#F9F875 (or 0xF9F875) is unknown color: approx Dolly. HEX triplet: F9, F8 and 75. RGB value is (249,248,117). Sum of RGB (Red+Green+Blue) = 249+248+117=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F875 is #06078A. Grayscale: #E9E9E9. Windows color (decimal): -395147 or 7731449. OLE color: 7731449.

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

Color convert

RGB249248117-
CMYK00.000.530.02
HSL59.55º91.67%71.76%-
HSV(B)59.55º53.01%97.65%-
XYZ75.8588.5629.93-
YUV233.3662.33139.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 117 (46.09% from 255) = 19.06%
R=40.55%
G=40.39%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924811700.000.530.0259.5591.6771.76
HexF9F875003523c5c48
Octal3713701650065274134110
Binary11111001111110001110101001101011011110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F875; }

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

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

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

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

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

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

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

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