Shades of Atomic Tangerine #FB9270
Tints of Atomic Tangerine #FB9270
RGB
CMYK
RGB Variations
Color information
#FB9270 (or 0xFB9270) is known color: Atomic Tangerine. HEX triplet: FB, 92 and 70. RGB value is (251,146,112). Sum of RGB (Red+Green+Blue) = 251+146+112=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9270 is #046D8F. Grayscale: #ADADAD. Windows color (decimal): -290192 or 7377659. OLE color: 7377659.
HSL color Cylindrical-coordinate representation of color #FB9270: hue angle of 14.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB9270 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 112 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.02 |
| HSL | 14.68º | 0.95% | 0.71% | - |
| HSV(B) | 14.68º | 0.55% | 0.98% | - |
| XYZ | 52.99 | 42.24 | 20.69 | - |
| YUV | 173.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 112 | 0 | 0.42 | 0.55 | 0.02 | 14.68 | 0.95 | 0.71 |
| Hex | FB | 92 | 70 | 0 | 2A | 37 | 2 | F | 5F | 47 |
| Octal | 373 | 222 | 160 | 0 | 52 | 67 | 2 | 17 | 137 | 107 |
| Binary | 11111011 | 10010010 | 1110000 | 0 | 101010 | 110111 | 10 | 1111 | 1011111 | 1000111 |
Color Harmonies of #FB9270
Complementary color
Monochromatic Colors of #FB9270
Black with #FB9270
Text Example
Text Example
White with #FB9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9270; }
p { color: rgb(251,146,112); }
H1.HeaderClassName
{
color: #FB9270;
}
.AnyTagClassName
{
color: #FB9270;
}
</style>
background-color css
<style>
a { background-color: #FB9270; }
a { background-color: rgb(251,146,112); }
div.DivClassName
{
background-color: #FB9270;
}
.BgClassName
{
background-color: #FB9270;
}
</style>
border-color css
<style>
span { border-color: #FB9270; }
span { border-color: rgb(251,146,112); }
td.TdClassName
{
border-color: #FB9270;
}
.TagClassName
{
border-color: #FB9270;
}
</style>