#FAED81

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

Shades of Witch Haze #FAED81

Tints of Witch Haze #FAED81

Color information

#FAED81 (or 0xFAED81) is unknown color: approx Witch Haze. HEX triplet: FA, ED and 81. RGB value is (250,237,129). Sum of RGB (Red+Green+Blue) = 250+237+129=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 129 (50.78% from 255 or 20.94% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED81 is #05127E. Grayscale: #E5E5E5. Windows color (decimal): -332415 or 8515066. OLE color: 8515066.

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

Color convert

RGB250237129-
CMYK00.050.480.02
HSL53.55º92.37%74.31%-
HSV(B)53.55º48.4%98.04%-
XYZ73.6782.4832.81-
YUV228.5871.81143.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 129 (50.78% from 255) = 20.94%
R=40.58%
G=38.47%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023712900.050.480.0253.5592.3774.31
HexFAED8105302365c4a
Octal3723552010560266134112
Binary11111010111011011000000101011100001011011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED81; }

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

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

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

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

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

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

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

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