#FDEC6D

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

Shades of Witch Haze #FDEC6D

Tints of Witch Haze #FDEC6D

Color information

#FDEC6D (or 0xFDEC6D) is unknown color: approx Witch Haze. HEX triplet: FD, EC and 6D. RGB value is (253,236,109). Sum of RGB (Red+Green+Blue) = 253+236+109=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 109 (42.97% from 255 or 18.23% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC6D is #021392. Grayscale: #E3E3E3. Windows color (decimal): -136083 or 7204093. OLE color: 7204093.

HSL color Cylindrical-coordinate representation of color #FDEC6D: hue angle of 52.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDEC6D is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB253236109-
CMYK00.070.570.01
HSL52.92º97.3%70.98%-
HSV(B)52.92º56.92%99.22%-
XYZ73.2681.9826.43-
YUV226.661.63146.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 236 (92.58% from 255) = 39.46%
BLUE value IS 109 (42.97% from 255) = 18.23%
R=42.31%
G=39.46%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323610900.070.570.0152.9297.370.98
HexFDEC6D07391356147
Octal3753541550771165141107
Binary111111011110110011011010111111001111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC6D; }

 p { color: rgb(253,236,109); }

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

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

 a { background-color: rgb(253,236,109); }

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

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

 span { border-color: rgb(253,236,109); }

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