#FAED79

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

Shades of Witch Haze #FAED79

Tints of Witch Haze #FAED79

Color information

#FAED79 (or 0xFAED79) is unknown color: approx Witch Haze. HEX triplet: FA, ED and 79. RGB value is (250,237,121). Sum of RGB (Red+Green+Blue) = 250+237+121=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 121 (47.66% from 255 or 19.90% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED79 is #051286. Grayscale: #E4E4E4. Windows color (decimal): -332423 or 7990778. OLE color: 7990778.

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

Color convert

RGB250237121-
CMYK00.050.520.02
HSL53.95º92.81%72.75%-
HSV(B)53.95º51.6%98.04%-
XYZ73.1682.2730.11-
YUV227.6667.81143.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 121 (47.66% from 255) = 19.90%
R=41.12%
G=38.98%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023712100.050.520.0253.9592.8172.75
HexFAED7905342365d49
Octal3723551710564266135111
Binary1111101011101101111100101011101001011011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED79; }

 p { color: rgb(250,237,121); }

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

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

 a { background-color: rgb(250,237,121); }

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

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

 span { border-color: rgb(250,237,121); }

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