#FEBE03

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

Shades of Amber #FEBE03

Tints of Amber #FEBE03

Color information

#FEBE03 (or 0xFEBE03) is unknown color: approx Amber. HEX triplet: FE, BE and 03. RGB value is (254,190,3). Sum of RGB (Red+Green+Blue) = 254+190+3=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE03 is #0141FC. Grayscale: #BCBCBC. Windows color (decimal): -82429 or 245502. OLE color: 245502.

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

Color convert

RGB2541903-
CMYK00.250.990.00
HSL44.7º99.21%50.39%-
HSV(B)44.7º98.82%99.61%-
XYZ59.357.98.14-
YUV187.8223.7175.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.82%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 3 (1.56% from 255) = 0.67%
R=56.82%
G=42.51%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254190300.250.990.0044.799.2150.39
HexFEBE30196302d6332
Octal376276303114305514362
Binary111111101011111011011001110001101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBE03; }

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

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

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

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

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

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

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

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