Html Css Color HEX #FED512 Gold

📋 copy color: '#FED512'

red 254 ◦ green 213 ◦ blue 18

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

Shades of Gold #FED512

Tints of Gold #FED512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.71%

R = 52.37%
G = 43.92%
B = 3.71%

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

#FED512 (or 0xFED512) is known color: Gold. HEX triplet: FE, D5 and 12. RGB value is (254,213,18). Sum of RGB (Red+Green+Blue) = 254+213+18=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED512 is #012AED. Grayscale: #CBCBCB. Windows color (decimal): -76526 or 1234430. OLE color: 1234430.

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

Color convert

RGB 254 213 18 -
CMYK 0 0.16 0.93 0.00
HSL 49.58º 0.99% 0.53% -
HSV(B) 49.58º 0.93% 1% -
XYZ 64.78 68.7 10.42 -
YUV 203.03 23.58 164.36 -
System Red Green Blue C M Y K H S L
Decimal 254 213 18 0 0.16 0.93 0.00 49.58 0.99 0.53
Hex FE D5 12 0 10 5D 0 32 63 35
Octal 376 325 22 0 20 135 0 62 143 65
Binary 11111110 11010101 10010 0 10000 1011101 0 110010 1100011 110101

Color Harmonies of #FED512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED512

Black with #FED512

Text Example


Text Example

White with #FED512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED512; }

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

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

background-color css

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

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

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

border-color css

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

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

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