Html Css Color HEX #FAE971 Witch Haze

📋 copy color: '#FAE971'

red 250 ◦ green 233 ◦ blue 113

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

Shades of Witch Haze #FAE971

Tints of Witch Haze #FAE971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.96%

R = 41.95%
G = 39.09%
B = 18.96%

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

#FAE971 (or 0xFAE971) is known color: Witch Haze. HEX triplet: FA, E9 and 71. RGB value is (250,233,113). Sum of RGB (Red+Green+Blue) = 250+233+113=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 113 (44.53% from 255 or 18.96% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE971 is #05168E. Grayscale: #E0E0E0. Windows color (decimal): -333455 or 7465466. OLE color: 7465466.

HSL color Cylindrical-coordinate representation of color #FAE971: hue angle of 52.55º 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 #FAE971 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 113 -
CMYK 0 0.07 0.55 0.02
HSL 52.55º 0.93% 0.71% -
HSV(B) 52.55º 0.55% 0.98% -
XYZ 71.54 79.79 27.25 -
YUV 224.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 250 233 113 0 0.07 0.55 0.02 52.55 0.93 0.71
Hex FA E9 71 0 7 37 2 35 5D 47
Octal 372 351 161 0 7 67 2 65 135 107
Binary 11111010 11101001 1110001 0 111 110111 10 110101 1011101 1000111

Color Harmonies of #FAE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE971

Black with #FAE971

Text Example


Text Example

White with #FAE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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