#FF9470

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

Shades of Atomic Tangerine #FF9470

Tints of Atomic Tangerine #FF9470

Color information

#FF9470 (or 0xFF9470) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 94 and 70. RGB value is (255,148,112). Sum of RGB (Red+Green+Blue) = 255+148+112=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9470 is #006B8F. Grayscale: #B0B0B0. Windows color (decimal): -27536 or 7378175. OLE color: 7378175.

HSL color Cylindrical-coordinate representation of color #FF9470: hue angle of 15.1º 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 #FF9470 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255148112-
CMYK00.420.560
HSL15.1º100%71.96%-
HSV(B)15.1º56.08%100%-
XYZ54.7543.6120.86-
YUV175.8991.95184.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=49.51%
G=28.74%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514811200.420.56015.110071.96
HexFF947002A380f6448
Octal37722416005270017144110
Binary1111111110010100111000001010101110000111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9470; }

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

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

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

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

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

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

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

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