#FB9060

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

Shades of Atomic Tangerine #FB9060

Tints of Atomic Tangerine #FB9060

Color information

#FB9060 (or 0xFB9060) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 90 and 60. RGB value is (251,144,96). Sum of RGB (Red+Green+Blue) = 251+144+96=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9060 is #046F9F. Grayscale: #AAAAAA. Windows color (decimal): -290720 or 6328571. OLE color: 6328571.

HSL color Cylindrical-coordinate representation of color #FB9060: hue angle of 18.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB9060 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25114496-
CMYK00.430.620.02
HSL18.58º95.09%68.04%-
HSV(B)18.58º61.75%98.43%-
XYZ51.8741.316.3-
YUV170.5285.95185.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=51.12%
G=29.33%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511449600.430.620.0218.5895.0968.04
HexFB906002B3E2135f44
Octal37322014005376223137104
Binary111110111001000011000000101011111110101001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9060; }

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

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

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

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

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

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

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

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