Html Css Color HEX #FAEA6F Witch Haze

📋 copy color: '#FAEA6F'

red 250 ◦ green 234 ◦ blue 111

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

Shades of Witch Haze #FAEA6F

Tints of Witch Haze #FAEA6F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 111 (43.75% from 255) = 18.66%

R = 42.02%
G = 39.33%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAEA6F (or 0xFAEA6F) is known color: Witch Haze. HEX triplet: FA, EA and 6F. RGB value is (250,234,111). Sum of RGB (Red+Green+Blue) = 250+234+111=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 111 (43.75% from 255 or 18.66% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA6F is #051590. Grayscale: #E1E1E1. Windows color (decimal): -333201 or 7334650. OLE color: 7334650.

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

Color convert

RGB 250 234 111 -
CMYK 0 0.06 0.56 0.02
HSL 53.09º 0.93% 0.71% -
HSV(B) 53.09º 0.56% 0.98% -
XYZ 71.72 80.32 26.76 -
YUV 224.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 250 234 111 0 0.06 0.56 0.02 53.09 0.93 0.71
Hex FA EA 6F 0 6 38 2 35 5D 47
Octal 372 352 157 0 6 70 2 65 135 107
Binary 11111010 11101010 1101111 0 110 111000 10 110101 1011101 1000111

Color Harmonies of #FAEA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA6F

Black with #FAEA6F

Text Example


Text Example

White with #FAEA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA6F; }

 p { color: rgb(250,234,111); }

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

background-color css

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

 a { background-color: rgb(250,234,111); }

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

border-color css

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

 span { border-color: rgb(250,234,111); }

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