#FDEB70

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

Shades of Witch Haze #FDEB70

Tints of Witch Haze #FDEB70

Color information

#FDEB70 (or 0xFDEB70) is unknown color: approx Witch Haze. HEX triplet: FD, EB and 70. RGB value is (253,235,112). Sum of RGB (Red+Green+Blue) = 253+235+112=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB70 is #02148F. Grayscale: #E2E2E2. Windows color (decimal): -136336 or 7400445. OLE color: 7400445.

HSL color Cylindrical-coordinate representation of color #FDEB70: hue angle of 52.34º 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 #FDEB70 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB253235112-
CMYK00.070.560.01
HSL52.34º97.24%71.57%-
HSV(B)52.34º55.73%99.22%-
XYZ73.1481.4727.2-
YUV226.3663.46147-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 112 (44.14% from 255) = 18.67%
R=42.17%
G=39.17%
B=18.67%

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
Decimal25323511200.070.560.0152.3497.2471.57
HexFDEB7007381346148
Octal3753531600770164141110
Binary111111011110101111100000111111000111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB70; }

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

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

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

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

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

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

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

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