#FEA10F

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

Shades of Dark Tangerine #FEA10F

Tints of Dark Tangerine #FEA10F

Color information

#FEA10F (or 0xFEA10F) is unknown color: approx Dark Tangerine. HEX triplet: FE, A1 and 0F. RGB value is (254,161,15). Sum of RGB (Red+Green+Blue) = 254+161+15=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA10F is #015EF0. Grayscale: #ACACAC. Windows color (decimal): -89841 or 1024510. OLE color: 1024510.

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

Color convert

RGB25416115-
CMYK00.370.940.00
HSL36.65º99.17%52.75%-
HSV(B)36.65º94.09%99.61%-
XYZ53.746.66.62-
YUV172.1639.31186.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.07%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 15 (6.25% from 255) = 3.49%
R=59.07%
G=37.44%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541611500.370.940.0036.6599.1752.75
HexFEA1F0255E0256335
Octal3762411704513604514365
Binary111111101010000111110100101101111001001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA10F; }

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

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

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

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

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

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

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

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