Shades of Atomic Tangerine #FB8C6B
Tints of Atomic Tangerine #FB8C6B
RGB
CMYK
RGB Variations
Color information
#FB8C6B (or 0xFB8C6B) is known color: Atomic Tangerine. HEX triplet: FB, 8C and 6B. RGB value is (251,140,107). Sum of RGB (Red+Green+Blue) = 251+140+107=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C6B is #047394. Grayscale: #A9A9A9. Windows color (decimal): -291733 or 7048443. OLE color: 7048443.
HSL color Cylindrical-coordinate representation of color #FB8C6B: hue angle of 13.75º 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 #FB8C6B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 107 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.02 |
| HSL | 13.75º | 0.95% | 0.7% | - |
| HSV(B) | 13.75º | 0.57% | 0.98% | - |
| XYZ | 51.82 | 40.33 | 18.96 | - |
| YUV | 169.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 107 | 0 | 0.44 | 0.57 | 0.02 | 13.75 | 0.95 | 0.7 |
| Hex | FB | 8C | 6B | 0 | 2C | 39 | 2 | E | 5F | 46 |
| Octal | 373 | 214 | 153 | 0 | 54 | 71 | 2 | 16 | 137 | 106 |
| Binary | 11111011 | 10001100 | 1101011 | 0 | 101100 | 111001 | 10 | 1110 | 1011111 | 1000110 |
Color Harmonies of #FB8C6B
Complementary color
Monochromatic Colors of #FB8C6B
Black with #FB8C6B
Text Example
Text Example
White with #FB8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C6B; }
p { color: rgb(251,140,107); }
H1.HeaderClassName
{
color: #FB8C6B;
}
.AnyTagClassName
{
color: #FB8C6B;
}
</style>
background-color css
<style>
a { background-color: #FB8C6B; }
a { background-color: rgb(251,140,107); }
div.DivClassName
{
background-color: #FB8C6B;
}
.BgClassName
{
background-color: #FB8C6B;
}
</style>
border-color css
<style>
span { border-color: #FB8C6B; }
span { border-color: rgb(251,140,107); }
td.TdClassName
{
border-color: #FB8C6B;
}
.TagClassName
{
border-color: #FB8C6B;
}
</style>