#FEC010

Color #FEC010 Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amber #FEC010

Tints of Amber #FEC010

Color information

#FEC010 (or 0xFEC010) is unknown color: approx Amber. HEX triplet: FE, C0 and 10. RGB value is (254,192,16). Sum of RGB (Red+Green+Blue) = 254+192+16=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC010 is #013FEF. Grayscale: #BFBFBF. Windows color (decimal): -81904 or 1097982. OLE color: 1097982.

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

Color convert

RGB25419216-
CMYK00.240.940.00
HSL44.37º99.17%52.94%-
HSV(B)44.37º93.7%99.61%-
XYZ59.8258.818.69-
YUV190.4729.54173.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.98%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 16 (6.64% from 255) = 3.46%
R=54.98%
G=41.56%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541921600.240.940.0044.3799.1752.94
HexFEC0100185E02c6335
Octal3763002003013605414365
Binary111111101100000010000011000101111001011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC010; }

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

 H1.HeaderClassName
 {
   color: #FEC010;
 }
 .AnyTagClassName
 {
   color: #FEC010;
 }
</style>
background-color css

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

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

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

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

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

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