#FEA313

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

Shades of Dark Tangerine #FEA313

Tints of Dark Tangerine #FEA313

Color information

#FEA313 (or 0xFEA313) is unknown color: approx Dark Tangerine. HEX triplet: FE, A3 and 13. RGB value is (254,163,19). Sum of RGB (Red+Green+Blue) = 254+163+19=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA313 is #015CEC. Grayscale: #AEAEAE. Windows color (decimal): -89325 or 1287166. OLE color: 1287166.

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

Color convert

RGB25416319-
CMYK00.360.930.00
HSL36.77º99.16%53.53%-
HSV(B)36.77º92.52%99.61%-
XYZ54.0947.316.9-
YUV173.7940.65185.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.26%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 19 (7.81% from 255) = 4.36%
R=58.26%
G=37.39%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541631900.360.930.0036.7799.1653.53
HexFEA3130245D0256336
Octal3762432304413504514366
Binary1111111010100011100110100100101110101001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA313; }

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

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

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

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

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

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

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

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