Html Css Color HEX #FED505 Gold

📋 copy color: '#FED505'

red 254 ◦ green 213 ◦ blue 5

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

Shades of Gold #FED505

Tints of Gold #FED505

RGB

 RED value IS 254 (99.61% from 255) = 53.81%

 GREEN value IS 213 (83.59% from 255) = 45.13%

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

R = 53.81%
G = 45.13%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED505 (or 0xFED505) is known color: Gold. HEX triplet: FE, D5 and 05. RGB value is (254,213,5). Sum of RGB (Red+Green+Blue) = 254+213+5=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 5 (2.34% from 255 or 1.06% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FED505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED505 is #012AFA. Grayscale: #CACACA. Windows color (decimal): -76539 or 382462. OLE color: 382462.

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

Color convert

RGB 254 213 5 -
CMYK 0 0.16 0.98 0.00
HSL 50.12º 0.99% 0.51% -
HSV(B) 50.12º 0.98% 1% -
XYZ 64.69 68.67 9.99 -
YUV 201.55 17.08 165.41 -
System Red Green Blue C M Y K H S L
Decimal 254 213 5 0 0.16 0.98 0.00 50.12 0.99 0.51
Hex FE D5 5 0 10 62 0 32 63 33
Octal 376 325 5 0 20 142 0 62 143 63
Binary 11111110 11010101 101 0 10000 1100010 0 110010 1100011 110011

Color Harmonies of #FED505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED505

Black with #FED505

Text Example


Text Example

White with #FED505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED505; }

 p { color: rgb(254,213,5); }

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

background-color css

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

 a { background-color: rgb(254,213,5); }

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

border-color css

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

 span { border-color: rgb(254,213,5); }

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