#FEA611

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

Shades of Dark Tangerine #FEA611

Tints of Dark Tangerine #FEA611

Color information

#FEA611 (or 0xFEA611) is unknown color: approx Dark Tangerine. HEX triplet: FE, A6 and 11. RGB value is (254,166,17). Sum of RGB (Red+Green+Blue) = 254+166+17=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA611 is #0159EE. Grayscale: #B0B0B0. Windows color (decimal): -88559 or 1156862. OLE color: 1156862.

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

Color convert

RGB25416617-
CMYK00.350.930.00
HSL37.72º99.16%53.14%-
HSV(B)37.72º93.31%99.61%-
XYZ54.6148.386.99-
YUV175.3338.65184.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.12%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 17 (7.03% from 255) = 3.89%
R=58.12%
G=37.99%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541661700.350.930.0037.7299.1653.14
HexFEA6110235D0266335
Octal3762462104313504614365
Binary1111111010100110100010100011101110101001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA611; }

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

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

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

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

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

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

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

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