Html Css Color HEX #FAF06A Witch Haze

📋 copy color: '#FAF06A'

red 250 ◦ green 240 ◦ blue 106

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

Shades of Witch Haze #FAF06A

Tints of Witch Haze #FAF06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.79%

R = 41.95%
G = 40.27%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAF06A (or 0xFAF06A) is known color: Witch Haze. HEX triplet: FA, F0 and 6A. RGB value is (250,240,106). Sum of RGB (Red+Green+Blue) = 250+240+106=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 106 (41.80% from 255 or 17.79% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF06A is #050F95. Grayscale: #E4E4E4. Windows color (decimal): -331670 or 7008506. OLE color: 7008506.

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

Color convert

RGB 250 240 106 -
CMYK 0 0.04 0.58 0.02
HSL 55.83º 0.94% 0.7% -
HSV(B) 55.83º 0.58% 0.98% -
XYZ 73.19 83.68 25.93 -
YUV 227.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 250 240 106 0 0.04 0.58 0.02 55.83 0.94 0.7
Hex FA F0 6A 0 4 3A 2 38 5E 46
Octal 372 360 152 0 4 72 2 70 136 106
Binary 11111010 11110000 1101010 0 100 111010 10 111000 1011110 1000110

Color Harmonies of #FAF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF06A

Black with #FAF06A

Text Example


Text Example

White with #FAF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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