#FB996C

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

Shades of Atomic Tangerine #FB996C

Tints of Atomic Tangerine #FB996C

Color information

#FB996C (or 0xFB996C) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 99 and 6C. RGB value is (251,153,108). Sum of RGB (Red+Green+Blue) = 251+153+108=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB996C is #046693. Grayscale: #B1B1B1. Windows color (decimal): -288404 or 7117307. OLE color: 7117307.

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

Color convert

RGB251153108-
CMYK00.390.570.02
HSL18.88º94.7%70.39%-
HSV(B)18.88º56.97%98.43%-
XYZ53.8844.3719.91-
YUV177.1788.97180.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.02%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=49.02%
G=29.88%
B=21.09%

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
Decimal25115310800.390.570.0218.8894.770.39
HexFB996C027392135f46
Octal37323115404771223137106
Binary111110111001100111011000100111111001101001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB996C; }

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

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

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

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

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

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

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

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