Html Css Color HEX #FED310 Gold

📋 copy color: '#FED310'

red 254 ◦ green 211 ◦ blue 16

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

Shades of Gold #FED310

Tints of Gold #FED310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 16 (6.64% from 255) = 3.33%

R = 52.81%
G = 43.87%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FED310 (or 0xFED310) is known color: Gold. HEX triplet: FE, D3 and 10. RGB value is (254,211,16). Sum of RGB (Red+Green+Blue) = 254+211+16=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED310 is #012CEF. Grayscale: #CACACA. Windows color (decimal): -77040 or 1102846. OLE color: 1102846.

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

Color convert

RGB 254 211 16 -
CMYK 0 0.17 0.94 0.00
HSL 49.16º 0.99% 0.53% -
HSV(B) 49.16º 0.94% 1% -
XYZ 64.26 67.7 10.17 -
YUV 201.63 23.25 165.36 -
System Red Green Blue C M Y K H S L
Decimal 254 211 16 0 0.17 0.94 0.00 49.16 0.99 0.53
Hex FE D3 10 0 11 5E 0 31 63 35
Octal 376 323 20 0 21 136 0 61 143 65
Binary 11111110 11010011 10000 0 10001 1011110 0 110001 1100011 110101

Color Harmonies of #FED310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED310

Black with #FED310

Text Example


Text Example

White with #FED310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED310; }

 p { color: rgb(254,211,16); }

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

background-color css

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

 a { background-color: rgb(254,211,16); }

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

border-color css

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

 span { border-color: rgb(254,211,16); }

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