Html Css Color HEX #FAE970 Witch Haze

📋 copy color: '#FAE970'

red 250 ◦ green 233 ◦ blue 112

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

Shades of Witch Haze #FAE970

Tints of Witch Haze #FAE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.16%

 BLUE value IS 112 (44.14% from 255) = 18.82%

R = 42.02%
G = 39.16%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAE970 (or 0xFAE970) is known color: Witch Haze. HEX triplet: FA, E9 and 70. RGB value is (250,233,112). Sum of RGB (Red+Green+Blue) = 250+233+112=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE970 is #05168F. Grayscale: #E0E0E0. Windows color (decimal): -333456 or 7399930. OLE color: 7399930.

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

Color convert

RGB 250 233 112 -
CMYK 0 0.07 0.55 0.02
HSL 52.61º 0.93% 0.71% -
HSV(B) 52.61º 0.55% 0.98% -
XYZ 71.49 79.77 26.96 -
YUV 224.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 250 233 112 0 0.07 0.55 0.02 52.61 0.93 0.71
Hex FA E9 70 0 7 37 2 35 5D 47
Octal 372 351 160 0 7 67 2 65 135 107
Binary 11111010 11101001 1110000 0 111 110111 10 110101 1011101 1000111

Color Harmonies of #FAE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE970

Black with #FAE970

Text Example


Text Example

White with #FAE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE970; }

 p { color: rgb(250,233,112); }

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

background-color css

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

 a { background-color: rgb(250,233,112); }

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

border-color css

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

 span { border-color: rgb(250,233,112); }

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