#FB996F

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

Shades of Atomic Tangerine #FB996F

Tints of Atomic Tangerine #FB996F

Color information

#FB996F (or 0xFB996F) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 99 and 6F. RGB value is (251,153,111). Sum of RGB (Red+Green+Blue) = 251+153+111=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB996F is #046690. Grayscale: #B1B1B1. Windows color (decimal): -288401 or 7313915. OLE color: 7313915.

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

Color convert

RGB251153111-
CMYK00.390.560.02
HSL18º94.59%70.98%-
HSV(B)18º55.78%98.43%-
XYZ54.0444.4420.77-
YUV177.5190.47180.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.74%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=48.74%
G=29.71%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115311100.390.560.021894.5970.98
HexFB996F027382125f47
Octal37323115704770222137107
Binary111110111001100111011110100111111000101001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB996F; }

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

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

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

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

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

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

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

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