Html Css Color HEX #FED511 Gold

📋 copy color: '#FED511'

red 254 ◦ green 213 ◦ blue 17

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

Shades of Gold #FED511

Tints of Gold #FED511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.51%

R = 52.48%
G = 44.01%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED511 (or 0xFED511) is known color: Gold. HEX triplet: FE, D5 and 11. RGB value is (254,213,17). Sum of RGB (Red+Green+Blue) = 254+213+17=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 17 (7.03% from 255 or 3.51% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FED511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED511 is #012AEE. Grayscale: #CBCBCB. Windows color (decimal): -76527 or 1168894. OLE color: 1168894.

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

Color convert

RGB 254 213 17 -
CMYK 0 0.16 0.93 0.00
HSL 49.62º 0.99% 0.53% -
HSV(B) 49.62º 0.93% 1% -
XYZ 64.77 68.7 10.38 -
YUV 202.92 23.08 164.44 -
System Red Green Blue C M Y K H S L
Decimal 254 213 17 0 0.16 0.93 0.00 49.62 0.99 0.53
Hex FE D5 11 0 10 5D 0 32 63 35
Octal 376 325 21 0 20 135 0 62 143 65
Binary 11111110 11010101 10001 0 10000 1011101 0 110010 1100011 110101

Color Harmonies of #FED511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED511

Black with #FED511

Text Example


Text Example

White with #FED511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED511; }

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

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

background-color css

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

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

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

border-color css

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

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

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