#FDE975

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

Shades of Witch Haze #FDE975

Tints of Witch Haze #FDE975

Color information

#FDE975 (or 0xFDE975) is unknown color: approx Witch Haze. HEX triplet: FD, E9 and 75. RGB value is (253,233,117). Sum of RGB (Red+Green+Blue) = 253+233+117=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 117 (46.09% from 255 or 19.40% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE975 is #02168A. Grayscale: #E2E2E2. Windows color (decimal): -136843 or 7727613. OLE color: 7727613.

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

Color convert

RGB253233117-
CMYK00.080.540.01
HSL51.18º97.14%72.55%-
HSV(B)51.18º53.75%99.22%-
XYZ72.8680.4428.52-
YUV225.7666.63147.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 233 (91.41% from 255) = 38.64%
BLUE value IS 117 (46.09% from 255) = 19.40%
R=41.96%
G=38.64%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323311700.080.540.0151.1897.1472.55
HexFDE97508361336149
Octal37535116501066163141111
Binary1111110111101001111010101000110110111001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE975; }

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

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

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

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

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

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

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

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