#FEA00F

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

Shades of Dark Tangerine #FEA00F

Tints of Dark Tangerine #FEA00F

Color information

#FEA00F (or 0xFEA00F) is unknown color: approx Dark Tangerine. HEX triplet: FE, A0 and 0F. RGB value is (254,160,15). Sum of RGB (Red+Green+Blue) = 254+160+15=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA00F is #015FF0. Grayscale: #ACACAC. Windows color (decimal): -90097 or 1024254. OLE color: 1024254.

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

Color convert

RGB25416015-
CMYK00.370.940.00
HSL36.4º99.17%52.75%-
HSV(B)36.4º94.09%99.61%-
XYZ53.5346.256.56-
YUV171.5839.64186.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.21%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 15 (6.25% from 255) = 3.50%
R=59.21%
G=37.30%
B=3.50%

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
Decimal2541601500.370.940.0036.499.1752.75
HexFEA0F0255E0246335
Octal3762401704513604414365
Binary111111101010000011110100101101111001001001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA00F; }

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

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

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

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

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

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

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

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