#FAED6B

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

Shades of Witch Haze #FAED6B

Tints of Witch Haze #FAED6B

Color information

#FAED6B (or 0xFAED6B) is unknown color: approx Witch Haze. HEX triplet: FA, ED and 6B. RGB value is (250,237,107). Sum of RGB (Red+Green+Blue) = 250+237+107=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 107 (42.19% from 255 or 18.01% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED6B is #051294. Grayscale: #E2E2E2. Windows color (decimal): -332437 or 7073274. OLE color: 7073274.

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

Color convert

RGB250237107-
CMYK00.050.570.02
HSL54.55º93.46%70%-
HSV(B)54.55º57.2%98.04%-
XYZ72.3681.9525.91-
YUV226.0760.81145.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 107 (42.19% from 255) = 18.01%
R=42.09%
G=39.90%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023710700.050.570.0254.5593.4670
HexFAED6B05392375d46
Octal3723551530571267135106
Binary1111101011101101110101101011110011011011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED6B; }

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

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

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

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

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

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

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

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