#FDE96D

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

Shades of Witch Haze #FDE96D

Tints of Witch Haze #FDE96D

Color information

#FDE96D (or 0xFDE96D) is unknown color: approx Witch Haze. HEX triplet: FD, E9 and 6D. RGB value is (253,233,109). Sum of RGB (Red+Green+Blue) = 253+233+109=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 109 (42.97% from 255 or 18.32% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE96D is #021692. Grayscale: #E1E1E1. Windows color (decimal): -136851 or 7203325. OLE color: 7203325.

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

Color convert

RGB253233109-
CMYK00.080.570.01
HSL51.67º97.3%70.98%-
HSV(B)51.67º56.92%99.22%-
XYZ72.4180.2626.14-
YUV224.8462.63148.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 233 (91.41% from 255) = 39.16%
BLUE value IS 109 (42.97% from 255) = 18.32%
R=42.52%
G=39.16%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323310900.080.570.0151.6797.370.98
HexFDE96D08391346147
Octal37535115501071164141107
Binary1111110111101001110110101000111001111010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE96D; }

 p { color: rgb(253,233,109); }

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

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

 a { background-color: rgb(253,233,109); }

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

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

 span { border-color: rgb(253,233,109); }

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