#FF8A60

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

Shades of Atomic Tangerine #FF8A60

Tints of Atomic Tangerine #FF8A60

Color information

#FF8A60 (or 0xFF8A60) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8A and 60. RGB value is (255,138,96). Sum of RGB (Red+Green+Blue) = 255+138+96=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A60 is #00759F. Grayscale: #A8A8A8. Windows color (decimal): -30112 or 6327039. OLE color: 6327039.

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

Color convert

RGB25513896-
CMYK00.460.620
HSL15.85º100%68.82%-
HSV(B)15.85º62.35%100%-
XYZ52.4440.2816.08-
YUV168.1987.26189.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=52.15%
G=28.22%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551389600.460.62015.8510068.82
HexFF8A6002E3E0106445
Octal37721214005676020144105
Binary11111111100010101100000010111011111001000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A60; }

 p { color: rgb(255,138,96); }

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

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

 a { background-color: rgb(255,138,96); }

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

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

 span { border-color: rgb(255,138,96); }

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