Html Css Color HEX #FAF077 Witch Haze

📋 copy color: '#FAF077'

red 250 ◦ green 240 ◦ blue 119

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

Shades of Witch Haze #FAF077

Tints of Witch Haze #FAF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 19.54%

R = 41.05%
G = 39.41%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAF077 (or 0xFAF077) is known color: Witch Haze. HEX triplet: FA, F0 and 77. RGB value is (250,240,119). Sum of RGB (Red+Green+Blue) = 250+240+119=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 119 (46.88% from 255 or 19.54% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF077 is #050F88. Grayscale: #E5E5E5. Windows color (decimal): -331657 or 7860474. OLE color: 7860474.

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

Color convert

RGB 250 240 119 -
CMYK 0 0.04 0.52 0.02
HSL 55.42º 0.93% 0.72% -
HSV(B) 55.42º 0.52% 0.98% -
XYZ 73.91 83.98 29.77 -
YUV 229.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 250 240 119 0 0.04 0.52 0.02 55.42 0.93 0.72
Hex FA F0 77 0 4 34 2 37 5D 48
Octal 372 360 167 0 4 64 2 67 135 110
Binary 11111010 11110000 1110111 0 100 110100 10 110111 1011101 1001000

Color Harmonies of #FAF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF077

Black with #FAF077

Text Example


Text Example

White with #FAF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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