Html Css Color HEX #FED212 Gold

📋 copy color: '#FED212'

red 254 ◦ green 210 ◦ blue 18

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

Shades of Gold #FED212

Tints of Gold #FED212

RGB

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

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

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

R = 52.7%
G = 43.57%
B = 3.73%

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

#FED212 (or 0xFED212) is known color: Gold. HEX triplet: FE, D2 and 12. RGB value is (254,210,18). Sum of RGB (Red+Green+Blue) = 254+210+18=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FED212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED212 is #012DED. Grayscale: #CACACA. Windows color (decimal): -77294 or 1233662. OLE color: 1233662.

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

Color convert

RGB 254 210 18 -
CMYK 0 0.17 0.93 0.00
HSL 48.81º 0.99% 0.53% -
HSV(B) 48.81º 0.93% 1% -
XYZ 64.03 67.21 10.17 -
YUV 201.27 24.58 165.61 -
System Red Green Blue C M Y K H S L
Decimal 254 210 18 0 0.17 0.93 0.00 48.81 0.99 0.53
Hex FE D2 12 0 11 5D 0 31 63 35
Octal 376 322 22 0 21 135 0 61 143 65
Binary 11111110 11010010 10010 0 10001 1011101 0 110001 1100011 110101

Color Harmonies of #FED212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED212

Black with #FED212

Text Example


Text Example

White with #FED212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED212; }

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

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

background-color css

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

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

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

border-color css

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

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

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