#FEA113

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

Shades of Dark Tangerine #FEA113

Tints of Dark Tangerine #FEA113

Color information

#FEA113 (or 0xFEA113) is unknown color: approx Dark Tangerine. HEX triplet: FE, A1 and 13. RGB value is (254,161,19). Sum of RGB (Red+Green+Blue) = 254+161+19=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA113 is #015EEC. Grayscale: #ADADAD. Windows color (decimal): -89837 or 1286654. OLE color: 1286654.

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

Color convert

RGB25416119-
CMYK00.370.930.00
HSL36.26º99.16%53.53%-
HSV(B)36.26º92.52%99.61%-
XYZ53.7446.616.78-
YUV172.6241.31186.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.53%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 19 (7.81% from 255) = 4.38%
R=58.53%
G=37.10%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541611900.370.930.0036.2699.1653.53
HexFEA1130255D0246336
Octal3762412304513504414366
Binary1111111010100001100110100101101110101001001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA113; }

 p { color: rgb(254,161,19); }

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

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

 a { background-color: rgb(254,161,19); }

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

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

 span { border-color: rgb(254,161,19); }

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