#fea118

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

Shades of Dark Tangerine #FEA118

Tints of Dark Tangerine #FEA118

Color information

#FEA118 (or 0xFEA118) is unknown color: approx Dark Tangerine. HEX triplet: FE, A1 and 18. RGB value is (254,161,24). Sum of RGB (Red+Green+Blue) = 254+161+24=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA118 is #015EE7. Grayscale: #ADADAD. Windows color (decimal): -89832 or 1614334. OLE color: 1614334.

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

Color convert

RGB25416124-
CMYK00.370.910.00
HSL35.74º99.14%54.51%-
HSV(B)35.74º90.55%99.61%-
XYZ53.7846.637.03-
YUV173.1943.81185.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.86%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 24 (9.77% from 255) = 5.47%
R=57.86%
G=36.67%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541612400.370.910.0035.7499.1454.51
HexFEA1180255B0246337
Octal3762413004513304414367
Binary1111111010100001110000100101101101101001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fea118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fea118; }

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

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

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

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

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

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

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

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