#FAED82

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

Shades of Witch Haze #FAED82

Tints of Witch Haze #FAED82

Color information

#FAED82 (or 0xFAED82) is unknown color: approx Witch Haze. HEX triplet: FA, ED and 82. RGB value is (250,237,130). Sum of RGB (Red+Green+Blue) = 250+237+130=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 130 (51.17% from 255 or 21.07% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED82 is #05127D. Grayscale: #E5E5E5. Windows color (decimal): -332414 or 8580602. OLE color: 8580602.

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

Color convert

RGB250237130-
CMYK00.050.480.02
HSL53.5º92.31%74.51%-
HSV(B)53.5º48%98.04%-
XYZ73.7482.533.16-
YUV228.6972.31143.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 130 (51.17% from 255) = 21.07%
R=40.52%
G=38.41%
B=21.07%

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
Decimal25023713000.050.480.0253.592.3174.51
HexFAED8205302365c4b
Octal3723552020560266134113
Binary11111010111011011000001001011100001011011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED82; }

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

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

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

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

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

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

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

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