Shades of Atomic Tangerine #FB8C65
Tints of Atomic Tangerine #FB8C65
RGB
CMYK
RGB Variations
Color information
#FB8C65 (or 0xFB8C65) is known color: Atomic Tangerine. HEX triplet: FB, 8C and 65. RGB value is (251,140,101). Sum of RGB (Red+Green+Blue) = 251+140+101=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C65 is #04739A. Grayscale: #A9A9A9. Windows color (decimal): -291739 or 6655227. OLE color: 6655227.
HSL color Cylindrical-coordinate representation of color #FB8C65: hue angle of 15.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB8C65 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 101 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.02 |
| HSL | 15.6º | 0.95% | 0.69% | - |
| HSV(B) | 15.6º | 0.6% | 0.98% | - |
| XYZ | 51.51 | 40.2 | 17.36 | - |
| YUV | 168.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 101 | 0 | 0.44 | 0.60 | 0.02 | 15.6 | 0.95 | 0.69 |
| Hex | FB | 8C | 65 | 0 | 2C | 3C | 2 | 10 | 5F | 45 |
| Octal | 373 | 214 | 145 | 0 | 54 | 74 | 2 | 20 | 137 | 105 |
| Binary | 11111011 | 10001100 | 1100101 | 0 | 101100 | 111100 | 10 | 10000 | 1011111 | 1000101 |
Color Harmonies of #FB8C65
Complementary color
Monochromatic Colors of #FB8C65
Black with #FB8C65
Text Example
Text Example
White with #FB8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C65; }
p { color: rgb(251,140,101); }
H1.HeaderClassName
{
color: #FB8C65;
}
.AnyTagClassName
{
color: #FB8C65;
}
</style>
background-color css
<style>
a { background-color: #FB8C65; }
a { background-color: rgb(251,140,101); }
div.DivClassName
{
background-color: #FB8C65;
}
.BgClassName
{
background-color: #FB8C65;
}
</style>
border-color css
<style>
span { border-color: #FB8C65; }
span { border-color: rgb(251,140,101); }
td.TdClassName
{
border-color: #FB8C65;
}
.TagClassName
{
border-color: #FB8C65;
}
</style>