#FDE971

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

Shades of Witch Haze #FDE971

Tints of Witch Haze #FDE971

Color information

#FDE971 (or 0xFDE971) is unknown color: approx Witch Haze. HEX triplet: FD, E9 and 71. RGB value is (253,233,113). Sum of RGB (Red+Green+Blue) = 253+233+113=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 113 (44.53% from 255 or 18.86% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE971 is #02168E. Grayscale: #E1E1E1. Windows color (decimal): -136847 or 7465469. OLE color: 7465469.

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

Color convert

RGB253233113-
CMYK00.080.550.01
HSL51.43º97.22%71.76%-
HSV(B)51.43º55.34%99.22%-
XYZ72.6380.3527.3-
YUV225.364.63147.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 113 (44.53% from 255) = 18.86%
R=42.24%
G=38.90%
B=18.86%

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
Decimal25323311300.080.550.0151.4397.2271.76
HexFDE97108371336148
Octal37535116101067163141110
Binary1111110111101001111000101000110111111001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE971; }

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

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

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

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

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

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

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

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