Html Css Color HEX #FAEC7E Witch Haze

📋 copy color: '#FAEC7E'

red 250 ◦ green 236 ◦ blue 126

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

Shades of Witch Haze #FAEC7E

Tints of Witch Haze #FAEC7E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

 BLUE value IS 126 (49.61% from 255) = 20.59%

R = 40.85%
G = 38.56%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAEC7E (or 0xFAEC7E) is known color: Witch Haze. HEX triplet: FA, EC and 7E. RGB value is (250,236,126). Sum of RGB (Red+Green+Blue) = 250+236+126=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 126 (49.61% from 255 or 20.59% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC7E is #051381. Grayscale: #E4E4E4. Windows color (decimal): -332674 or 8318202. OLE color: 8318202.

HSL color Cylindrical-coordinate representation of color #FAEC7E: hue angle of 53.23º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAEC7E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 236 126 -
CMYK 0 0.06 0.50 0.02
HSL 53.23º 0.93% 0.74% -
HSV(B) 53.23º 0.5% 0.98% -
XYZ 73.19 81.82 31.67 -
YUV 227.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 250 236 126 0 0.06 0.50 0.02 53.23 0.93 0.74
Hex FA EC 7E 0 6 32 2 35 5D 4A
Octal 372 354 176 0 6 62 2 65 135 112
Binary 11111010 11101100 1111110 0 110 110010 10 110101 1011101 1001010

Color Harmonies of #FAEC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC7E

Black with #FAEC7E

Text Example


Text Example

White with #FAEC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC7E; }

 p { color: rgb(250,236,126); }

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

background-color css

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

 a { background-color: rgb(250,236,126); }

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

border-color css

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

 span { border-color: rgb(250,236,126); }

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