Html Css Color HEX #FED205 Gold

📋 copy color: '#FED205'

red 254 ◦ green 210 ◦ blue 5

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

Shades of Gold #FED205

Tints of Gold #FED205

RGB

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

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

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

R = 54.16%
G = 44.78%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED205 (or 0xFED205) is known color: Gold. HEX triplet: FE, D2 and 05. RGB value is (254,210,5). Sum of RGB (Red+Green+Blue) = 254+210+5=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 5 (2.34% from 255 or 1.07% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FED205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED205 is #012DFA. Grayscale: #C8C8C8. Windows color (decimal): -77307 or 381694. OLE color: 381694.

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

Color convert

RGB 254 210 5 -
CMYK 0 0.17 0.98 0.00
HSL 49.4º 0.99% 0.51% -
HSV(B) 49.4º 0.98% 1% -
XYZ 63.95 67.17 9.74 -
YUV 199.79 18.08 166.67 -
System Red Green Blue C M Y K H S L
Decimal 254 210 5 0 0.17 0.98 0.00 49.4 0.99 0.51
Hex FE D2 5 0 11 62 0 31 63 33
Octal 376 322 5 0 21 142 0 61 143 63
Binary 11111110 11010010 101 0 10001 1100010 0 110001 1100011 110011

Color Harmonies of #FED205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED205

Black with #FED205

Text Example


Text Example

White with #FED205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED205; }

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

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

background-color css

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

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

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

border-color css

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

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

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