#FDEB6A

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

Shades of Witch Haze #FDEB6A

Tints of Witch Haze #FDEB6A

Color information

#FDEB6A (or 0xFDEB6A) is unknown color: approx Witch Haze. HEX triplet: FD, EB and 6A. RGB value is (253,235,106). Sum of RGB (Red+Green+Blue) = 253+235+106=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB6A is #021495. Grayscale: #E2E2E2. Windows color (decimal): -136342 or 7007229. OLE color: 7007229.

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

Color convert

RGB253235106-
CMYK00.070.580.01
HSL52.65º97.35%70.39%-
HSV(B)52.65º58.1%99.22%-
XYZ72.8281.3425.5-
YUV225.6860.46147.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 106 (41.80% from 255) = 17.85%
R=42.59%
G=39.56%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323510600.070.580.0152.6597.3570.39
HexFDEB6A073A1356146
Octal3753531520772165141106
Binary111111011110101111010100111111010111010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB6A; }

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

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

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

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

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

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

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

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