#FEA213

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

Shades of Dark Tangerine #FEA213

Tints of Dark Tangerine #FEA213

Color information

#FEA213 (or 0xFEA213) is unknown color: approx Dark Tangerine. HEX triplet: FE, A2 and 13. RGB value is (254,162,19). Sum of RGB (Red+Green+Blue) = 254+162+19=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA213 is #015DEC. Grayscale: #ADADAD. Windows color (decimal): -89581 or 1286910. OLE color: 1286910.

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

Color convert

RGB25416219-
CMYK00.360.930.00
HSL36.51º99.16%53.53%-
HSV(B)36.51º92.52%99.61%-
XYZ53.9146.966.84-
YUV173.2140.98185.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.39%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 19 (7.81% from 255) = 4.37%
R=58.39%
G=37.24%
B=4.37%

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
Decimal2541621900.360.930.0036.5199.1653.53
HexFEA2130245D0256336
Octal3762422304413504514366
Binary1111111010100010100110100100101110101001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA213; }

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

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

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

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

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

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

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

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