#FAEA73

Color #FAEA73 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #FAEA73

Tints of Witch Haze #FAEA73

Color information

#FAEA73 (or 0xFAEA73) is unknown color: approx Witch Haze. HEX triplet: FA, EA and 73. RGB value is (250,234,115). Sum of RGB (Red+Green+Blue) = 250+234+115=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 115 (45.31% from 255 or 19.20% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA73 is #05158C. Grayscale: #E1E1E1. Windows color (decimal): -333197 or 7596794. OLE color: 7596794.

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

Color convert

RGB250234115-
CMYK00.060.540.02
HSL52.89º93.1%71.57%-
HSV(B)52.89º54%98.04%-
XYZ71.9480.4127.95-
YUV225.2265.8145.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 115 (45.31% from 255) = 19.20%
R=41.74%
G=39.07%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023411500.060.540.0252.8993.171.57
HexFAEA7306362355d48
Octal3723521630666265135110
Binary1111101011101010111001101101101101011010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA73; }

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

 H1.HeaderClassName
 {
   color: #FAEA73;
 }
 .AnyTagClassName
 {
   color: #FAEA73;
 }
</style>
background-color css

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

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

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

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

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

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