#FB956D

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

Shades of Atomic Tangerine #FB956D

Tints of Atomic Tangerine #FB956D

Color information

#FB956D (or 0xFB956D) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 95 and 6D. RGB value is (251,149,109). Sum of RGB (Red+Green+Blue) = 251+149+109=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB956D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB956D is #046A92. Grayscale: #AFAFAF. Windows color (decimal): -289427 or 7181819. OLE color: 7181819.

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

Color convert

RGB251149109-
CMYK00.410.570.02
HSL16.9º94.67%70.59%-
HSV(B)16.9º56.57%98.43%-
XYZ53.2943.1119.98-
YUV174.9490.79182.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.31%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=49.31%
G=29.27%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114910900.410.570.0216.994.6770.59
HexFB956D029392115f47
Octal37322515505171221137107
Binary111110111001010111011010101001111001101000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB956D; }

 p { color: rgb(251,149,109); }

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

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

 a { background-color: rgb(251,149,109); }

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

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

 span { border-color: rgb(251,149,109); }

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