#FB986C

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

Shades of Atomic Tangerine #FB986C

Tints of Atomic Tangerine #FB986C

Color information

#FB986C (or 0xFB986C) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 98 and 6C. RGB value is (251,152,108). Sum of RGB (Red+Green+Blue) = 251+152+108=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB986C is #046793. Grayscale: #B0B0B0. Windows color (decimal): -288660 or 7117051. OLE color: 7117051.

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

Color convert

RGB251152108-
CMYK00.390.570.02
HSL18.46º94.7%70.39%-
HSV(B)18.46º56.97%98.43%-
XYZ53.7244.0519.86-
YUV176.5889.3181.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.12%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=49.12%
G=29.75%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115210800.390.570.0218.4694.770.39
HexFB986C027392125f46
Octal37323015404771222137106
Binary111110111001100011011000100111111001101001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB986C; }

 p { color: rgb(251,152,108); }

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

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

 a { background-color: rgb(251,152,108); }

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

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

 span { border-color: rgb(251,152,108); }

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