#FB956A

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

Shades of Atomic Tangerine #FB956A

Tints of Atomic Tangerine #FB956A

Color information

#FB956A (or 0xFB956A) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 95 and 6A. RGB value is (251,149,106). Sum of RGB (Red+Green+Blue) = 251+149+106=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB956A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB956A is #046A95. Grayscale: #AEAEAE. Windows color (decimal): -289430 or 6985211. OLE color: 6985211.

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

Color convert

RGB251149106-
CMYK00.410.580.02
HSL17.79º94.77%70%-
HSV(B)17.79º57.77%98.43%-
XYZ53.1343.0419.14-
YUV174.689.29182.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.60%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 106 (41.80% from 255) = 20.95%
R=49.60%
G=29.45%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114910600.410.580.0217.7994.7770
HexFB956A0293A2125f46
Octal37322515205172222137106
Binary111110111001010111010100101001111010101001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB956A; }

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

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

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

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

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

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

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

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