Html Css Color HEX #FED211 Gold

📋 copy color: '#FED211'

red 254 ◦ green 210 ◦ blue 17

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

Shades of Gold #FED211

Tints of Gold #FED211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.66%

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

R = 52.81%
G = 43.66%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED211 (or 0xFED211) is known color: Gold. HEX triplet: FE, D2 and 11. RGB value is (254,210,17). Sum of RGB (Red+Green+Blue) = 254+210+17=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED211 is #012DEE. Grayscale: #C9C9C9. Windows color (decimal): -77295 or 1168126. OLE color: 1168126.

HSL color Cylindrical-coordinate representation of color #FED211: hue angle of 48.86º 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 #FED211 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 210 17 -
CMYK 0 0.17 0.93 0.00
HSL 48.86º 0.99% 0.53% -
HSV(B) 48.86º 0.93% 1% -
XYZ 64.02 67.2 10.13 -
YUV 201.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 254 210 17 0 0.17 0.93 0.00 48.86 0.99 0.53
Hex FE D2 11 0 11 5D 0 31 63 35
Octal 376 322 21 0 21 135 0 61 143 65
Binary 11111110 11010010 10001 0 10001 1011101 0 110001 1100011 110101

Color Harmonies of #FED211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED211

Black with #FED211

Text Example


Text Example

White with #FED211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED211; }

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

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

background-color css

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

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

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

border-color css

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

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

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