Shades of Atomic Tangerine #F99270
Tints of Atomic Tangerine #F99270
RGB
CMYK
RGB Variations
Color information
#F99270 (or 0xF99270) is known color: Atomic Tangerine. HEX triplet: F9, 92 and 70. RGB value is (249,146,112). Sum of RGB (Red+Green+Blue) = 249+146+112=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F99270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99270 is #066D8F. Grayscale: #ADADAD. Windows color (decimal): -421264 or 7377657. OLE color: 7377657.
HSL color Cylindrical-coordinate representation of color #F99270: hue angle of 14.89º degrees, saturation: 0.92, 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 #F99270 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 112 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.02 |
| HSL | 14.89º | 0.92% | 0.71% | - |
| HSV(B) | 14.89º | 0.55% | 0.98% | - |
| XYZ | 52.27 | 41.87 | 20.66 | - |
| YUV | 172.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 112 | 0 | 0.41 | 0.55 | 0.02 | 14.89 | 0.92 | 0.71 |
| Hex | F9 | 92 | 70 | 0 | 29 | 37 | 2 | F | 5C | 47 |
| Octal | 371 | 222 | 160 | 0 | 51 | 67 | 2 | 17 | 134 | 107 |
| Binary | 11111001 | 10010010 | 1110000 | 0 | 101001 | 110111 | 10 | 1111 | 1011100 | 1000111 |
Color Harmonies of #F99270
Complementary color
Monochromatic Colors of #F99270
Black with #F99270
Text Example
Text Example
White with #F99270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99270; }
p { color: rgb(249,146,112); }
H1.HeaderClassName
{
color: #F99270;
}
.AnyTagClassName
{
color: #F99270;
}
</style>
background-color css
<style>
a { background-color: #F99270; }
a { background-color: rgb(249,146,112); }
div.DivClassName
{
background-color: #F99270;
}
.BgClassName
{
background-color: #F99270;
}
</style>
border-color css
<style>
span { border-color: #F99270; }
span { border-color: rgb(249,146,112); }
td.TdClassName
{
border-color: #F99270;
}
.TagClassName
{
border-color: #F99270;
}
</style>