#FDE86A

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

Shades of Witch Haze #FDE86A

Tints of Witch Haze #FDE86A

Color information

#FDE86A (or 0xFDE86A) is unknown color: approx Witch Haze. HEX triplet: FD, E8 and 6A. RGB value is (253,232,106). Sum of RGB (Red+Green+Blue) = 253+232+106=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 106 (41.80% from 255 or 17.94% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE86A is #021795. Grayscale: #E0E0E0. Windows color (decimal): -137110 or 7006461. OLE color: 7006461.

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

Color convert

RGB253232106-
CMYK00.080.580.01
HSL51.43º97.35%70.39%-
HSV(B)51.43º58.1%99.22%-
XYZ71.9779.6425.21-
YUV223.9261.46148.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 232 (91.02% from 255) = 39.26%
BLUE value IS 106 (41.80% from 255) = 17.94%
R=42.81%
G=39.26%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323210600.080.580.0151.4397.3570.39
HexFDE86A083A1336146
Octal37535015201072163141106
Binary1111110111101000110101001000111010111001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE86A; }

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

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

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

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

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

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

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

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