#FEC011

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

Shades of Amber #FEC011

Tints of Amber #FEC011

Color information

#FEC011 (or 0xFEC011) is unknown color: approx Amber. HEX triplet: FE, C0 and 11. RGB value is (254,192,17). Sum of RGB (Red+Green+Blue) = 254+192+17=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC011 is #013FEE. Grayscale: #BFBFBF. Windows color (decimal): -81903 or 1163518. OLE color: 1163518.

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

Color convert

RGB25419217-
CMYK00.240.930.00
HSL44.3º99.16%53.14%-
HSV(B)44.3º93.31%99.61%-
XYZ59.8258.818.73-
YUV190.5930.04173.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 17 (7.03% from 255) = 3.67%
R=54.86%
G=41.47%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541921700.240.930.0044.399.1653.14
HexFEC0110185D02c6335
Octal3763002103013505414365
Binary111111101100000010001011000101110101011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC011; }

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

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

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

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

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

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

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

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