#FEC003

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

Shades of Amber #FEC003

Tints of Amber #FEC003

Color information

#FEC003 (or 0xFEC003) is unknown color: approx Amber. HEX triplet: FE, C0 and 03. RGB value is (254,192,3). Sum of RGB (Red+Green+Blue) = 254+192+3=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC003 is #013FFC. Grayscale: #BDBDBD. Windows color (decimal): -81917 or 246014. OLE color: 246014.

HSL color Cylindrical-coordinate representation of color #FEC003: hue angle of 45.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEC003 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB2541923-
CMYK00.240.990.00
HSL45.18º99.21%50.39%-
HSV(B)45.18º98.82%99.61%-
XYZ59.7458.788.28-
YUV188.9923.04174.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 3 (1.56% from 255) = 0.67%
R=56.57%
G=42.76%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254192300.240.990.0045.1899.2150.39
HexFEC030186302d6332
Octal376300303014305514362
Binary111111101100000011011000110001101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC003; }

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

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

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

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

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

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

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

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