#FDEC70

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

Shades of Witch Haze #FDEC70

Tints of Witch Haze #FDEC70

Color information

#FDEC70 (or 0xFDEC70) is unknown color: approx Witch Haze. HEX triplet: FD, EC and 70. RGB value is (253,236,112). Sum of RGB (Red+Green+Blue) = 253+236+112=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 112 (44.14% from 255 or 18.64% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC70 is #02138F. Grayscale: #E3E3E3. Windows color (decimal): -136080 or 7400701. OLE color: 7400701.

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

Color convert

RGB253236112-
CMYK00.070.560.01
HSL52.77º97.24%71.57%-
HSV(B)52.77º55.73%99.22%-
XYZ73.4382.0427.3-
YUV226.9563.13146.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 112 (44.14% from 255) = 18.64%
R=42.10%
G=39.27%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323611200.070.560.0152.7797.2471.57
HexFDEC7007381356148
Octal3753541600770165141110
Binary111111011110110011100000111111000111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC70; }

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

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

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

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

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

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

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

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