#FAED76

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

Shades of Witch Haze #FAED76

Tints of Witch Haze #FAED76

Color information

#FAED76 (or 0xFAED76) is unknown color: approx Witch Haze. HEX triplet: FA, ED and 76. RGB value is (250,237,118). Sum of RGB (Red+Green+Blue) = 250+237+118=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 118 (46.48% from 255 or 19.50% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED76 is #051289. Grayscale: #E3E3E3. Windows color (decimal): -332426 or 7794170. OLE color: 7794170.

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

Color convert

RGB250237118-
CMYK00.050.530.02
HSL54.09º92.96%72.16%-
HSV(B)54.09º52.8%98.04%-
XYZ72.9882.229.16-
YUV227.3266.31144.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 118 (46.48% from 255) = 19.50%
R=41.32%
G=39.17%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023711800.050.530.0254.0992.9672.16
HexFAED7605352365d48
Octal3723551660565266135110
Binary1111101011101101111011001011101011011011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED76; }

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

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

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

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

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

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

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

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