Html Css Color HEX #F9F072 Witch Haze

📋 copy color: '#F9F072'

red 249 ◦ green 240 ◦ blue 114

#F9F072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #F9F072

Tints of Witch Haze #F9F072

RGB

 RED value IS 249 (97.66% from 255) = 41.29%

 GREEN value IS 240 (94.14% from 255) = 39.8%

 BLUE value IS 114 (44.92% from 255) = 18.91%

R = 41.29%
G = 39.8%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F9F072 (or 0xF9F072) is known color: 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

RGB 249 240 114 -
CMYK 0 0.04 0.54 0.02
HSL 56º 0.92% 0.71% -
HSV(B) 56º 0.54% 0.98% -
XYZ 73.26 83.67 28.21 -
YUV 228.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 249 240 114 0 0.04 0.54 0.02 56 0.92 0.71
Hex F9 F0 72 0 4 36 2 38 5C 47
Octal 371 360 162 0 4 66 2 70 134 107
Binary 11111001 11110000 1110010 0 100 110110 10 111000 1011100 1000111

Color Harmonies of #F9F072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F072

Black with #F9F072

Text Example


Text Example

White with #F9F072

Text Example


Text Example

HTML Codes & Css Web 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>