#FDE76A

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

Shades of Witch Haze #FDE76A

Tints of Witch Haze #FDE76A

Color information

#FDE76A (or 0xFDE76A) is unknown color: approx Witch Haze. HEX triplet: FD, E7 and 6A. RGB value is (253,231,106). Sum of RGB (Red+Green+Blue) = 253+231+106=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 106 (41.80% from 255 or 17.97% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE76A is #021895. Grayscale: #DFDFDF. Windows color (decimal): -137366 or 7006205. OLE color: 7006205.

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

Color convert

RGB253231106-
CMYK00.090.580.01
HSL51.02º97.35%70.39%-
HSV(B)51.02º58.1%99.22%-
XYZ71.6979.0825.12-
YUV223.3361.79149.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 231 (90.62% from 255) = 39.15%
BLUE value IS 106 (41.80% from 255) = 17.97%
R=42.88%
G=39.15%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323110600.090.580.0151.0297.3570.39
HexFDE76A093A1336146
Octal37534715201172163141106
Binary1111110111100111110101001001111010111001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE76A; }

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

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

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

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

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

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

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

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