Html Css Color HEX #FDE505 Golden Yellow

📋 copy color: '#FDE505'

red 253 ◦ green 229 ◦ blue 5

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

Shades of Golden Yellow #FDE505

Tints of Golden Yellow #FDE505

RGB

 RED value IS 253 (99.22% from 255) = 51.95%

 GREEN value IS 229 (89.84% from 255) = 47.02%

 BLUE value IS 5 (2.34% from 255) = 1.03%

R = 51.95%
G = 47.02%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE505 (or 0xFDE505) is known color: Golden Yellow. HEX triplet: FD, E5 and 05. RGB value is (253,229,5). Sum of RGB (Red+Green+Blue) = 253+229+5=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 5 (2.34% from 255 or 1.03% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE505 is #021AFA. Grayscale: #D3D3D3. Windows color (decimal): -137979 or 386557. OLE color: 386557.

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

Color convert

RGB 253 229 5 -
CMYK 0 0.09 0.98 0.01
HSL 54.19º 0.98% 0.51% -
HSV(B) 54.19º 0.98% 0.99% -
XYZ 68.55 76.93 11.38 -
YUV 210.64 11.95 158.21 -
System Red Green Blue C M Y K H S L
Decimal 253 229 5 0 0.09 0.98 0.01 54.19 0.98 0.51
Hex FD E5 5 0 9 62 1 36 62 33
Octal 375 345 5 0 11 142 1 66 142 63
Binary 11111101 11100101 101 0 1001 1100010 1 110110 1100010 110011

Color Harmonies of #FDE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE505

Black with #FDE505

Text Example


Text Example

White with #FDE505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE505; }

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

 H1.HeaderClassName
 {
   color: #FDE505;
 }
 .AnyTagClassName
 {
   color: #FDE505;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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