Html Css Color HEX #FAF076 Witch Haze

📋 copy color: '#FAF076'

red 250 ◦ green 240 ◦ blue 118

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

Shades of Witch Haze #FAF076

Tints of Witch Haze #FAF076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.41%

R = 41.12%
G = 39.47%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAF076 (or 0xFAF076) is known color: Witch Haze. HEX triplet: FA, F0 and 76. RGB value is (250,240,118). Sum of RGB (Red+Green+Blue) = 250+240+118=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 118 (46.48% from 255 or 19.41% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF076 is #050F89. Grayscale: #E5E5E5. Windows color (decimal): -331658 or 7794938. OLE color: 7794938.

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

Color convert

RGB 250 240 118 -
CMYK 0 0.04 0.53 0.02
HSL 55.45º 0.93% 0.72% -
HSV(B) 55.45º 0.53% 0.98% -
XYZ 73.85 83.95 29.45 -
YUV 229.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 250 240 118 0 0.04 0.53 0.02 55.45 0.93 0.72
Hex FA F0 76 0 4 35 2 37 5D 48
Octal 372 360 166 0 4 65 2 67 135 110
Binary 11111010 11110000 1110110 0 100 110101 10 110111 1011101 1001000

Color Harmonies of #FAF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF076

Black with #FAF076

Text Example


Text Example

White with #FAF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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