#FDEB6C

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

Shades of Witch Haze #FDEB6C

Tints of Witch Haze #FDEB6C

Color information

#FDEB6C (or 0xFDEB6C) is unknown color: approx Witch Haze. HEX triplet: FD, EB and 6C. RGB value is (253,235,108). Sum of RGB (Red+Green+Blue) = 253+235+108=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 108 (42.58% from 255 or 18.12% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB6C is #021493. Grayscale: #E2E2E2. Windows color (decimal): -136340 or 7138301. OLE color: 7138301.

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

Color convert

RGB253235108-
CMYK00.070.570.01
HSL52.55º97.32%70.78%-
HSV(B)52.55º57.31%99.22%-
XYZ72.9281.3826.05-
YUV225.961.46147.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 108 (42.58% from 255) = 18.12%
R=42.45%
G=39.43%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323510800.070.570.0152.5597.3270.78
HexFDEB6C07391356147
Octal3753531540771165141107
Binary111111011110101111011000111111001111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB6C; }

 p { color: rgb(253,235,108); }

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

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

 a { background-color: rgb(253,235,108); }

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

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

 span { border-color: rgb(253,235,108); }

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