Html Css Color HEX #FAF072 Witch Haze

📋 copy color: '#FAF072'

red 250 ◦ green 240 ◦ blue 114

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

Shades of Witch Haze #FAF072

Tints of Witch Haze #FAF072

RGB

 RED value IS 250 (98.05% from 255) = 41.39%

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

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

R = 41.39%
G = 39.74%
B = 18.87%

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

#FAF072 (or 0xFAF072) is known color: Witch Haze. HEX triplet: FA, F0 and 72. RGB value is (250,240,114). Sum of RGB (Red+Green+Blue) = 250+240+114=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 114 (44.92% from 255 or 18.87% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF072 is #050F8D. Grayscale: #E5E5E5. Windows color (decimal): -331662 or 7532794. OLE color: 7532794.

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

Color convert

RGB 250 240 114 -
CMYK 0 0.04 0.54 0.02
HSL 55.59º 0.93% 0.71% -
HSV(B) 55.59º 0.54% 0.98% -
XYZ 73.62 83.86 28.23 -
YUV 228.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 250 240 114 0 0.04 0.54 0.02 55.59 0.93 0.71
Hex FA F0 72 0 4 36 2 38 5D 47
Octal 372 360 162 0 4 66 2 70 135 107
Binary 11111010 11110000 1110010 0 100 110110 10 111000 1011101 1000111

Color Harmonies of #FAF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF072

Black with #FAF072

Text Example


Text Example

White with #FAF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF072; }

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

 H1.HeaderClassName
 {
   color: #FAF072;
 }
 .AnyTagClassName
 {
   color: #FAF072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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