Html Css Color HEX #FDE501 Golden Yellow

📋 copy color: '#FDE501'

red 253 ◦ green 229 ◦ blue 1

#FDE501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #FDE501

Tints of Golden Yellow #FDE501

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 value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDE501 (or 0xFDE501) is known color: 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

RGB 253 229 1 -
CMYK 0 0.09 1.00 0.01
HSL 54.29º 0.99% 0.5% -
HSV(B) 54.29º 1% 0.99% -
XYZ 68.53 76.92 11.26 -
YUV 210.18 9.95 158.54 -
System Red Green Blue C M Y K H S L
Decimal 253 229 1 0 0.09 1.00 0.01 54.29 0.99 0.5
Hex FD E5 1 0 9 64 1 36 63 32
Octal 375 345 1 0 11 144 1 66 143 62
Binary 11111101 11100101 1 0 1001 1100100 1 110110 1100011 110010

Color Harmonies of #FDE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE501

Black with #FDE501

Text Example


Text Example

White with #FDE501

Text Example


Text Example

HTML Codes & Css Web 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>