Html Css Color HEX #FAE76A Witch Haze

📋 copy color: '#FAE76A'

red 250 ◦ green 231 ◦ blue 106

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

Shades of Witch Haze #FAE76A

Tints of Witch Haze #FAE76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.35%

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

R = 42.59%
G = 39.35%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAE76A (or 0xFAE76A) is known color: Witch Haze. HEX triplet: FA, E7 and 6A. RGB value is (250,231,106). Sum of RGB (Red+Green+Blue) = 250+231+106=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 106 (41.80% from 255 or 18.06% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE76A is #051895. Grayscale: #DEDEDE. Windows color (decimal): -333974 or 7006202. OLE color: 7006202.

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

Color convert

RGB 250 231 106 -
CMYK 0 0.08 0.58 0.02
HSL 52.08º 0.94% 0.7% -
HSV(B) 52.08º 0.58% 0.98% -
XYZ 70.6 78.52 25.07 -
YUV 222.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 250 231 106 0 0.08 0.58 0.02 52.08 0.94 0.7
Hex FA E7 6A 0 8 3A 2 34 5E 46
Octal 372 347 152 0 10 72 2 64 136 106
Binary 11111010 11100111 1101010 0 1000 111010 10 110100 1011110 1000110

Color Harmonies of #FAE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE76A

Black with #FAE76A

Text Example


Text Example

White with #FAE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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