#FB8D6B

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

Shades of Atomic Tangerine #FB8D6B

Tints of Atomic Tangerine #FB8D6B

Color information

#FB8D6B (or 0xFB8D6B) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 8D and 6B. RGB value is (251,141,107). Sum of RGB (Red+Green+Blue) = 251+141+107=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D6B is #047294. Grayscale: #AAAAAA. Windows color (decimal): -291477 or 7048699. OLE color: 7048699.

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

Color convert

RGB251141107-
CMYK00.440.570.02
HSL14.17º94.74%70.2%-
HSV(B)14.17º57.37%98.43%-
XYZ51.9640.6219.01-
YUV170.0192.44185.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 107 (42.19% from 255) = 21.44%
R=50.30%
G=28.26%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114110700.440.570.0214.1794.7470.2
HexFB8D6B02C392e5f46
Octal37321515305471216137106
Binary11111011100011011101011010110011100110111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8D6B; }

 p { color: rgb(251,141,107); }

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

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

 a { background-color: rgb(251,141,107); }

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

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

 span { border-color: rgb(251,141,107); }

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