#FEBF11

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

Shades of Amber #FEBF11

Tints of Amber #FEBF11

Color information

#FEBF11 (or 0xFEBF11) is unknown color: approx Amber. HEX triplet: FE, BF and 11. RGB value is (254,191,17). Sum of RGB (Red+Green+Blue) = 254+191+17=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF11 is #0140EE. Grayscale: #BEBEBE. Windows color (decimal): -82159 or 1163262. OLE color: 1163262.

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

Color convert

RGB25419117-
CMYK00.250.930.00
HSL44.05º99.16%53.14%-
HSV(B)44.05º93.31%99.61%-
XYZ59.6158.378.66-
YUV19030.37173.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.98%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 17 (7.03% from 255) = 3.68%
R=54.98%
G=41.34%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541911700.250.930.0044.0599.1653.14
HexFEBF110195D02c6335
Octal3762772103113505414365
Binary111111101011111110001011001101110101011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBF11; }

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

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

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

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

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

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

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

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