Html Css Color HEX #FAEF7E Witch Haze

📋 copy color: '#FAEF7E'

red 250 ◦ green 239 ◦ blue 126

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

Shades of Witch Haze #FAEF7E

Tints of Witch Haze #FAEF7E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.86%

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

R = 40.65%
G = 38.86%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAEF7E (or 0xFAEF7E) is known color: Witch Haze. HEX triplet: FA, EF and 7E. RGB value is (250,239,126). Sum of RGB (Red+Green+Blue) = 250+239+126=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 126 (49.61% from 255 or 20.49% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF7E is #051081. Grayscale: #E5E5E5. Windows color (decimal): -331906 or 8318970. OLE color: 8318970.

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

Color convert

RGB 250 239 126 -
CMYK 0 0.04 0.50 0.02
HSL 54.68º 0.93% 0.74% -
HSV(B) 54.68º 0.5% 0.98% -
XYZ 74.06 83.56 31.96 -
YUV 229.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 250 239 126 0 0.04 0.50 0.02 54.68 0.93 0.74
Hex FA EF 7E 0 4 32 2 37 5D 4A
Octal 372 357 176 0 4 62 2 67 135 112
Binary 11111010 11101111 1111110 0 100 110010 10 110111 1011101 1001010

Color Harmonies of #FAEF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEF7E

Black with #FAEF7E

Text Example


Text Example

White with #FAEF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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