#FEA00C

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

Shades of Dark Tangerine #FEA00C

Tints of Dark Tangerine #FEA00C

Color information

#FEA00C (or 0xFEA00C) is unknown color: approx Dark Tangerine. HEX triplet: FE, A0 and 0C. RGB value is (254,160,12). Sum of RGB (Red+Green+Blue) = 254+160+12=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA00C is #015FF3. Grayscale: #ABABAB. Windows color (decimal): -90100 or 827646. OLE color: 827646.

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

Color convert

RGB25416012-
CMYK00.370.950.00
HSL36.69º99.18%52.16%-
HSV(B)36.69º95.28%99.61%-
XYZ53.5146.246.45-
YUV171.2338.14187.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.62%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 12 (5.08% from 255) = 2.82%
R=59.62%
G=37.56%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541601200.370.950.0036.6999.1852.16
HexFEA0C0255F0256334
Octal3762401404513704514364
Binary111111101010000011000100101101111101001011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA00C; }

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

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

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

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

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

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

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

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