Html Css Color HEX #FAF06F Witch Haze

📋 copy color: '#FAF06F'

red 250 ◦ green 240 ◦ blue 111

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

Shades of Witch Haze #FAF06F

Tints of Witch Haze #FAF06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.47%

R = 41.6%
G = 39.93%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAF06F (or 0xFAF06F) is known color: Witch Haze. HEX triplet: FA, F0 and 6F. RGB value is (250,240,111). Sum of RGB (Red+Green+Blue) = 250+240+111=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 111 (43.75% from 255 or 18.47% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF06F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF06F is #050F90. Grayscale: #E4E4E4. Windows color (decimal): -331665 or 7336186. OLE color: 7336186.

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

Color convert

RGB 250 240 111 -
CMYK 0 0.04 0.56 0.02
HSL 55.68º 0.93% 0.71% -
HSV(B) 55.68º 0.56% 0.98% -
XYZ 73.45 83.79 27.34 -
YUV 228.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 250 240 111 0 0.04 0.56 0.02 55.68 0.93 0.71
Hex FA F0 6F 0 4 38 2 38 5D 47
Octal 372 360 157 0 4 70 2 70 135 107
Binary 11111010 11110000 1101111 0 100 111000 10 111000 1011101 1000111

Color Harmonies of #FAF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF06F

Black with #FAF06F

Text Example


Text Example

White with #FAF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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