#FDEA73

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

Shades of Witch Haze #FDEA73

Tints of Witch Haze #FDEA73

Color information

#FDEA73 (or 0xFDEA73) is unknown color: approx Witch Haze. HEX triplet: FD, EA and 73. RGB value is (253,234,115). Sum of RGB (Red+Green+Blue) = 253+234+115=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 115 (45.31% from 255 or 19.10% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA73 is #02158C. Grayscale: #E2E2E2. Windows color (decimal): -136589 or 7596797. OLE color: 7596797.

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

Color convert

RGB253234115-
CMYK00.080.550.01
HSL51.74º97.18%72.16%-
HSV(B)51.74º54.55%99.22%-
XYZ73.0380.9728-
YUV226.1265.29147.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 115 (45.31% from 255) = 19.10%
R=42.03%
G=38.87%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323411500.080.550.0151.7497.1872.16
HexFDEA7308371346148
Octal37535216301067164141110
Binary1111110111101010111001101000110111111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA73; }

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

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

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

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

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

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

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

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