#FDED73

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

Shades of Witch Haze #FDED73

Tints of Witch Haze #FDED73

Color information

#FDED73 (or 0xFDED73) is unknown color: approx Witch Haze. HEX triplet: FD, ED and 73. RGB value is (253,237,115). Sum of RGB (Red+Green+Blue) = 253+237+115=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 115 (45.31% from 255 or 19.01% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED73 is #02128C. Grayscale: #E4E4E4. Windows color (decimal): -135821 or 7597565. OLE color: 7597565.

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

Color convert

RGB253237115-
CMYK00.060.550.01
HSL53.04º97.18%72.16%-
HSV(B)53.04º54.55%99.22%-
XYZ73.8982.6928.29-
YUV227.8864.3145.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 115 (45.31% from 255) = 19.01%
R=41.82%
G=39.17%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323711500.060.550.0153.0497.1872.16
HexFDED7306371356148
Octal3753551630667165141110
Binary111111011110110111100110110110111111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED73; }

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

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

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

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

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

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

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

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