#FDE501

Color #FDE501 Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #FDE501

Tints of Golden Yellow #FDE501

Color information

#FDE501 (or 0xFDE501) is unknown color: approx Golden Yellow. HEX triplet: FD, E5 and 01. RGB value is (253,229,1). Sum of RGB (Red+Green+Blue) = 253+229+1=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 1 (0.78% from 255 or 0.21% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE501 is #021AFE. Grayscale: #D3D3D3. Windows color (decimal): -137983 or 124413. OLE color: 124413.

HSL color Cylindrical-coordinate representation of color #FDE501: hue angle of 54.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDE501 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB2532291-
CMYK00.091.000.01
HSL54.29º99.21%49.8%-
HSV(B)54.29º99.6%99.22%-
XYZ68.5376.9211.26-
YUV210.189.95158.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.38%
GREEN value IS 229 (89.84% from 255) = 47.41%
BLUE value IS 1 (0.78% from 255) = 0.21%
R=52.38%
G=47.41%
B=0.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253229100.091.000.0154.2999.2149.8
HexFDE5109641366332
Octal375345101114416614362
Binary1111110111100101101001110010011101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE501; }

 p { color: rgb(253,229,1); }

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

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

 a { background-color: rgb(253,229,1); }

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

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

 span { border-color: rgb(253,229,1); }

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