#F9F880

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

Shades of Witch Haze #F9F880

Tints of Witch Haze #F9F880

Color information

#F9F880 (or 0xF9F880) is unknown color: approx Witch Haze. HEX triplet: F9, F8 and 80. RGB value is (249,248,128). Sum of RGB (Red+Green+Blue) = 249+248+128=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 128 (50.39% from 255 or 20.48% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F880 is #06077F. Grayscale: #EBEBEB. Windows color (decimal): -395136 or 8452345. OLE color: 8452345.

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

Color convert

RGB249248128-
CMYK00.000.490.02
HSL59.5º90.98%73.92%-
HSV(B)59.5º48.59%97.65%-
XYZ76.5388.8333.53-
YUV234.6267.83138.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.84%
GREEN value IS 248 (97.27% from 255) = 39.68%
BLUE value IS 128 (50.39% from 255) = 20.48%
R=39.84%
G=39.68%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924812800.000.490.0259.590.9873.92
HexF9F880003123c5b4a
Octal3713702000061274133112
Binary111110011111100010000000001100011011110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F880; }

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

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

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

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

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

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

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

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