#FE8C60

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

Shades of Atomic Tangerine #FE8C60

Tints of Atomic Tangerine #FE8C60

Color information

#FE8C60 (or 0xFE8C60) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8C and 60. RGB value is (254,140,96). Sum of RGB (Red+Green+Blue) = 254+140+96=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C60 is #01739F. Grayscale: #A9A9A9. Windows color (decimal): -95136 or 6327550. OLE color: 6327550.

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

Color convert

RGB25414096-
CMYK00.450.620.00
HSL16.71º98.75%68.63%-
HSV(B)16.71º62.2%99.61%-
XYZ52.3640.6716.16-
YUV169.0786.77188.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.84%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=51.84%
G=28.57%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541409600.450.620.0016.7198.7568.63
HexFE8C6002D3E0116345
Octal37621414005576021143105
Binary11111110100011001100000010110111111001000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C60; }

 p { color: rgb(254,140,96); }

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

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

 a { background-color: rgb(254,140,96); }

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

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

 span { border-color: rgb(254,140,96); }

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