Html Css Color HEX #FDE205 Golden Yellow

📋 copy color: '#FDE205'

red 253 ◦ green 226 ◦ blue 5

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

Shades of Golden Yellow #FDE205

Tints of Golden Yellow #FDE205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.69%

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

R = 52.27%
G = 46.69%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE205 (or 0xFDE205) is known color: Golden Yellow. HEX triplet: FD, E2 and 05. RGB value is (253,226,5). Sum of RGB (Red+Green+Blue) = 253+226+5=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE205 is #021DFA. Grayscale: #D1D1D1. Windows color (decimal): -138747 or 385789. OLE color: 385789.

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

Color convert

RGB 253 226 5 -
CMYK 0 0.11 0.98 0.01
HSL 53.47º 0.98% 0.51% -
HSV(B) 53.47º 0.98% 0.99% -
XYZ 67.73 75.29 11.11 -
YUV 208.88 12.95 159.47 -
System Red Green Blue C M Y K H S L
Decimal 253 226 5 0 0.11 0.98 0.01 53.47 0.98 0.51
Hex FD E2 5 0 B 62 1 35 62 33
Octal 375 342 5 0 13 142 1 65 142 63
Binary 11111101 11100010 101 0 1011 1100010 1 110101 1100010 110011

Color Harmonies of #FDE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE205

Black with #FDE205

Text Example


Text Example

White with #FDE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE205; }

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

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

background-color css

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

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

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

border-color css

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

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

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