#FDED70

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

Shades of Witch Haze #FDED70

Tints of Witch Haze #FDED70

Color information

#FDED70 (or 0xFDED70) is unknown color: approx Witch Haze. HEX triplet: FD, ED and 70. RGB value is (253,237,112). Sum of RGB (Red+Green+Blue) = 253+237+112=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 112 (44.14% from 255 or 18.60% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED70 is #02128F. Grayscale: #E4E4E4. Windows color (decimal): -135824 or 7400957. OLE color: 7400957.

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

Color convert

RGB253237112-
CMYK00.060.560.01
HSL53.19º97.24%71.57%-
HSV(B)53.19º55.73%99.22%-
XYZ73.7282.6227.39-
YUV227.5362.8146.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 112 (44.14% from 255) = 18.60%
R=42.03%
G=39.37%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323711200.060.560.0153.1997.2471.57
HexFDED7006381356148
Octal3753551600670165141110
Binary111111011110110111100000110111000111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED70; }

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

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

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

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

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

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

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

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