#FDEE7C

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

Shades of Witch Haze #FDEE7C

Tints of Witch Haze #FDEE7C

Color information

#FDEE7C (or 0xFDEE7C) is unknown color: approx Witch Haze. HEX triplet: FD, EE and 7C. RGB value is (253,238,124). Sum of RGB (Red+Green+Blue) = 253+238+124=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 124 (48.83% from 255 or 20.16% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE7C is #021183. Grayscale: #E5E5E5. Windows color (decimal): -135556 or 8187645. OLE color: 8187645.

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

Color convert

RGB253238124-
CMYK00.060.510.01
HSL53.02º96.99%73.92%-
HSV(B)53.02º50.99%99.22%-
XYZ74.7283.4931.25-
YUV229.4968.47144.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 124 (48.83% from 255) = 20.16%
R=41.14%
G=38.70%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323812400.060.510.0153.0296.9973.92
HexFDEE7C0633135614a
Octal3753561740663165141112
Binary111111011110111011111000110110011111010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE7C; }

 p { color: rgb(253,238,124); }

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

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

 a { background-color: rgb(253,238,124); }

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

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

 span { border-color: rgb(253,238,124); }

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