#FF9A70

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

Shades of Atomic Tangerine #FF9A70

Tints of Atomic Tangerine #FF9A70

Color information

#FF9A70 (or 0xFF9A70) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9A and 70. RGB value is (255,154,112). Sum of RGB (Red+Green+Blue) = 255+154+112=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A70 is #00658F. Grayscale: #B3B3B3. Windows color (decimal): -26000 or 7379711. OLE color: 7379711.

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

Color convert

RGB255154112-
CMYK00.400.560
HSL17.62º100%71.96%-
HSV(B)17.62º56.08%100%-
XYZ55.7245.5421.18-
YUV179.4189.96181.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=48.94%
G=29.56%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515411200.400.56017.6210071.96
HexFF9A70028380126448
Octal37723216005070022144110
Binary11111111100110101110000010100011100001001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A70; }

 p { color: rgb(255,154,112); }

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

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

 a { background-color: rgb(255,154,112); }

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

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

 span { border-color: rgb(255,154,112); }

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