#FEA413

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

Shades of Dark Tangerine #FEA413

Tints of Dark Tangerine #FEA413

Color information

#FEA413 (or 0xFEA413) is unknown color: approx Dark Tangerine. HEX triplet: FE, A4 and 13. RGB value is (254,164,19). Sum of RGB (Red+Green+Blue) = 254+164+19=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA413 is #015BEC. Grayscale: #AFAFAF. Windows color (decimal): -89069 or 1287422. OLE color: 1287422.

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

Color convert

RGB25416419-
CMYK00.350.930.00
HSL37.02º99.16%53.53%-
HSV(B)37.02º92.52%99.61%-
XYZ54.2747.676.96-
YUV174.3840.32184.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.12%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 19 (7.81% from 255) = 4.35%
R=58.12%
G=37.53%
B=4.35%

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
Decimal2541641900.350.930.0037.0299.1653.53
HexFEA4130235D0256336
Octal3762442304313504514366
Binary1111111010100100100110100011101110101001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA413; }

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

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

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

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

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

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

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

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