#FDEB6D

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

Shades of Witch Haze #FDEB6D

Tints of Witch Haze #FDEB6D

Color information

#FDEB6D (or 0xFDEB6D) is unknown color: approx Witch Haze. HEX triplet: FD, EB and 6D. RGB value is (253,235,109). Sum of RGB (Red+Green+Blue) = 253+235+109=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 109 (42.97% from 255 or 18.26% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB6D is #021492. Grayscale: #E2E2E2. Windows color (decimal): -136339 or 7203837. OLE color: 7203837.

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

Color convert

RGB253235109-
CMYK00.070.570.01
HSL52.5º97.3%70.98%-
HSV(B)52.5º56.92%99.22%-
XYZ72.9881.426.33-
YUV226.0261.96147.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 109 (42.97% from 255) = 18.26%
R=42.38%
G=39.36%
B=18.26%

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
Decimal25323510900.070.570.0152.597.370.98
HexFDEB6D07391346147
Octal3753531550771164141107
Binary111111011110101111011010111111001111010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB6D; }

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

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

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

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

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

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

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

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