#FB8F60

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

Shades of Atomic Tangerine #FB8F60

Tints of Atomic Tangerine #FB8F60

Color information

#FB8F60 (or 0xFB8F60) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 8F and 60. RGB value is (251,143,96). Sum of RGB (Red+Green+Blue) = 251+143+96=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F60 is #04709F. Grayscale: #AAAAAA. Windows color (decimal): -290976 or 6328315. OLE color: 6328315.

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

Color convert

RGB25114396-
CMYK00.430.620.02
HSL18.19º95.09%68.04%-
HSV(B)18.19º61.75%98.43%-
XYZ51.724116.25-
YUV169.9386.28185.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.22%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=51.22%
G=29.18%
B=19.59%

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
Decimal2511439600.430.620.0218.1995.0968.04
HexFB8F6002B3E2125f44
Octal37321714005376222137104
Binary111110111000111111000000101011111110101001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8F60; }

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

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

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

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

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

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

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

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