#FDEC7A

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

Shades of Witch Haze #FDEC7A

Tints of Witch Haze #FDEC7A

Color information

#FDEC7A (or 0xFDEC7A) is unknown color: approx Witch Haze. HEX triplet: FD, EC and 7A. RGB value is (253,236,122). Sum of RGB (Red+Green+Blue) = 253+236+122=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 122 (48.05% from 255 or 19.97% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC7A is #021385. Grayscale: #E4E4E4. Windows color (decimal): -136070 or 8056061. OLE color: 8056061.

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

Color convert

RGB253236122-
CMYK00.070.520.01
HSL52.21º97.04%73.53%-
HSV(B)52.21º51.78%99.22%-
XYZ74.0282.2830.39-
YUV228.0968.13145.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 122 (48.05% from 255) = 19.97%
R=41.41%
G=38.63%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323612200.070.520.0152.2197.0473.53
HexFDEC7A0734134614a
Octal3753541720764164141112
Binary111111011110110011110100111110100111010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC7A; }

 p { color: rgb(253,236,122); }

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

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

 a { background-color: rgb(253,236,122); }

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

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

 span { border-color: rgb(253,236,122); }

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