#f9f072

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

Shades of Witch Haze #F9F072

Tints of Witch Haze #F9F072

Color information

#F9F072 (or 0xF9F072) is unknown color: approx Witch Haze. HEX triplet: F9, F0 and 72. RGB value is (249,240,114). Sum of RGB (Red+Green+Blue) = 249+240+114=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 114 (44.92% from 255 or 18.91% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F072 is #060F8D. Grayscale: #E4E4E4. Windows color (decimal): -397198 or 7532793. OLE color: 7532793.

HSL color Cylindrical-coordinate representation of color #F9F072: hue angle of 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 #F9F072 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB249240114-
CMYK00.040.540.02
HSL56º91.84%71.18%-
HSV(B)56º54.22%97.65%-
XYZ73.2683.6728.21-
YUV228.3363.48142.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 114 (44.92% from 255) = 18.91%
R=41.29%
G=39.80%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924011400.040.540.025691.8471.18
HexF9F07204362385c47
Octal3713601620466270134107
Binary1111100111110000111001001001101101011100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9f072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9f072; }

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

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

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

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

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

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

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

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