#FB976C

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

Shades of Atomic Tangerine #FB976C

Tints of Atomic Tangerine #FB976C

Color information

#FB976C (or 0xFB976C) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 97 and 6C. RGB value is (251,151,108). Sum of RGB (Red+Green+Blue) = 251+151+108=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB976C is #046893. Grayscale: #B0B0B0. Windows color (decimal): -288916 or 7116795. OLE color: 7116795.

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

Color convert

RGB251151108-
CMYK00.400.570.02
HSL18.04º94.7%70.39%-
HSV(B)18.04º56.97%98.43%-
XYZ53.5643.7319.8-
YUV17689.63181.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=49.22%
G=29.61%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115110800.400.570.0218.0494.770.39
HexFB976C028392125f46
Octal37322715405071222137106
Binary111110111001011111011000101000111001101001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB976C; }

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

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

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

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

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

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

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

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