#FB9B6F

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

Shades of Atomic Tangerine #FB9B6F

Tints of Atomic Tangerine #FB9B6F

Color information

#FB9B6F (or 0xFB9B6F) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 9B and 6F. RGB value is (251,155,111). Sum of RGB (Red+Green+Blue) = 251+155+111=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9B6F is #046490. Grayscale: #B2B2B2. Windows color (decimal): -287889 or 7314427. OLE color: 7314427.

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

Color convert

RGB251155111-
CMYK00.380.560.02
HSL18.86º94.59%70.98%-
HSV(B)18.86º55.78%98.43%-
XYZ54.3745.120.88-
YUV178.6989.8179.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=48.55%
G=29.98%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115511100.380.560.0218.8694.5970.98
HexFB9B6F026382135f47
Octal37323315704670223137107
Binary111110111001101111011110100110111000101001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9B6F; }

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

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

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

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

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

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

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

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