#FEC111

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

Shades of Amber #FEC111

Tints of Amber #FEC111

Color information

#FEC111 (or 0xFEC111) is unknown color: approx Amber. HEX triplet: FE, C1 and 11. RGB value is (254,193,17). Sum of RGB (Red+Green+Blue) = 254+193+17=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC111 is #013EEE. Grayscale: #BFBFBF. Windows color (decimal): -81647 or 1163774. OLE color: 1163774.

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

Color convert

RGB25419317-
CMYK00.240.930.00
HSL44.56º99.16%53.14%-
HSV(B)44.56º93.31%99.61%-
XYZ60.0459.258.8-
YUV191.1829.71172.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.74%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 17 (7.03% from 255) = 3.66%
R=54.74%
G=41.59%
B=3.66%

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
Decimal2541931700.240.930.0044.5699.1653.14
HexFEC1110185D02d6335
Octal3763012103013505514365
Binary111111101100000110001011000101110101011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC111; }

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

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

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

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

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

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

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

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