#F9F070

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

Shades of Witch Haze #F9F070

Tints of Witch Haze #F9F070

Color information

#F9F070 (or 0xF9F070) is unknown color: approx Witch Haze. HEX triplet: F9, F0 and 70. RGB value is (249,240,112). Sum of RGB (Red+Green+Blue) = 249+240+112=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 112 (44.14% from 255 or 18.64% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F070 is #060F8F. Grayscale: #E4E4E4. Windows color (decimal): -397200 or 7401721. OLE color: 7401721.

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

Color convert

RGB249240112-
CMYK00.040.550.02
HSL56.06º91.95%70.78%-
HSV(B)56.06º55.02%97.65%-
XYZ73.1583.6327.62-
YUV228.162.48142.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 112 (44.14% from 255) = 18.64%
R=41.43%
G=39.93%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924011200.040.550.0256.0691.9570.78
HexF9F07004372385c47
Octal3713601600467270134107
Binary1111100111110000111000001001101111011100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F070; }

 p { color: rgb(249,240,112); }

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

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

 a { background-color: rgb(249,240,112); }

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

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

 span { border-color: rgb(249,240,112); }

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