#FF9060

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

Shades of Atomic Tangerine #FF9060

Tints of Atomic Tangerine #FF9060

Color information

#FF9060 (or 0xFF9060) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 90 and 60. RGB value is (255,144,96). Sum of RGB (Red+Green+Blue) = 255+144+96=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9060 is #006F9F. Grayscale: #ACACAC. Windows color (decimal): -28576 or 6328575. OLE color: 6328575.

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

Color convert

RGB25514496-
CMYK00.440.620
HSL18.11º100%68.82%-
HSV(B)18.11º62.35%100%-
XYZ53.3242.0516.37-
YUV171.7285.27187.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=51.52%
G=29.09%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551449600.440.62018.1110068.82
HexFF906002C3E0126445
Octal37722014005476022144105
Binary11111111100100001100000010110011111001001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9060; }

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

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

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

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

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

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

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

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