#FAED71

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

Shades of Witch Haze #FAED71

Tints of Witch Haze #FAED71

Color information

#FAED71 (or 0xFAED71) is unknown color: approx Witch Haze. HEX triplet: FA, ED and 71. RGB value is (250,237,113). Sum of RGB (Red+Green+Blue) = 250+237+113=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 113 (44.53% from 255 or 18.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED71 is #05128E. Grayscale: #E3E3E3. Windows color (decimal): -332431 or 7466490. OLE color: 7466490.

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

Color convert

RGB250237113-
CMYK00.050.550.02
HSL54.31º93.2%71.18%-
HSV(B)54.31º54.8%98.04%-
XYZ72.6982.0827.64-
YUV226.7563.81144.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 113 (44.53% from 255) = 18.83%
R=41.67%
G=39.5%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023711300.050.550.0254.3193.271.18
HexFAED7105372365d47
Octal3723551610567266135107
Binary1111101011101101111000101011101111011011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED71; }

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

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

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

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

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

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

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

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