Html Css Color HEX #FAE974 Witch Haze

📋 copy color: '#FAE974'

red 250 ◦ green 233 ◦ blue 116

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

Shades of Witch Haze #FAE974

Tints of Witch Haze #FAE974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.37%

R = 41.74%
G = 38.9%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAE974 (or 0xFAE974) is known color: Witch Haze. HEX triplet: FA, E9 and 74. RGB value is (250,233,116). Sum of RGB (Red+Green+Blue) = 250+233+116=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE974 is #05168B. Grayscale: #E1E1E1. Windows color (decimal): -333452 or 7662074. OLE color: 7662074.

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

Color convert

RGB 250 233 116 -
CMYK 0 0.07 0.54 0.02
HSL 52.39º 0.93% 0.72% -
HSV(B) 52.39º 0.54% 0.98% -
XYZ 71.72 79.86 28.16 -
YUV 224.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 250 233 116 0 0.07 0.54 0.02 52.39 0.93 0.72
Hex FA E9 74 0 7 36 2 34 5D 48
Octal 372 351 164 0 7 66 2 64 135 110
Binary 11111010 11101001 1110100 0 111 110110 10 110100 1011101 1001000

Color Harmonies of #FAE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE974

Black with #FAE974

Text Example


Text Example

White with #FAE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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