Html Css Color HEX #FDE305 Golden Yellow

📋 copy color: '#FDE305'

red 253 ◦ green 227 ◦ blue 5

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

Shades of Golden Yellow #FDE305

Tints of Golden Yellow #FDE305

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.8%

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

R = 52.16%
G = 46.8%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE305 (or 0xFDE305) is known color: Golden Yellow. HEX triplet: FD, E3 and 05. RGB value is (253,227,5). Sum of RGB (Red+Green+Blue) = 253+227+5=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 5 (2.34% from 255 or 1.03% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE305 is #021CFA. Grayscale: #D2D2D2. Windows color (decimal): -138491 or 386045. OLE color: 386045.

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

Color convert

RGB 253 227 5 -
CMYK 0 0.10 0.98 0.01
HSL 53.71º 0.98% 0.51% -
HSV(B) 53.71º 0.98% 0.99% -
XYZ 68 75.83 11.2 -
YUV 209.47 12.61 159.05 -
System Red Green Blue C M Y K H S L
Decimal 253 227 5 0 0.10 0.98 0.01 53.71 0.98 0.51
Hex FD E3 5 0 A 62 1 36 62 33
Octal 375 343 5 0 12 142 1 66 142 63
Binary 11111101 11100011 101 0 1010 1100010 1 110110 1100010 110011

Color Harmonies of #FDE305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE305

Black with #FDE305

Text Example


Text Example

White with #FDE305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE305; }

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

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

background-color css

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

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

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

border-color css

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

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

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