Shades of Atomic Tangerine #FF9268
Tints of Atomic Tangerine #FF9268
RGB
CMYK
RGB Variations
Color information
#FF9268 (or 0xFF9268) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 68. RGB value is (255,146,104). Sum of RGB (Red+Green+Blue) = 255+146+104=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9268 is #006D97. Grayscale: #AEAEAE. Windows color (decimal): -28056 or 6853375. OLE color: 6853375.
HSL color Cylindrical-coordinate representation of color #FF9268: hue angle of 16.69º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF9268 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 104 | - |
| CMYK | 0 | 0.43 | 0.59 | 0 |
| HSL | 16.69º | 1% | 0.7% | - |
| HSV(B) | 16.69º | 0.59% | 1% | - |
| XYZ | 54.02 | 42.82 | 18.51 | - |
| YUV | 173.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 104 | 0 | 0.43 | 0.59 | 0 | 16.69 | 1 | 0.7 |
| Hex | FF | 92 | 68 | 0 | 2B | 3B | 0 | 11 | 64 | 46 |
| Octal | 377 | 222 | 150 | 0 | 53 | 73 | 0 | 21 | 144 | 106 |
| Binary | 11111111 | 10010010 | 1101000 | 0 | 101011 | 111011 | 0 | 10001 | 1100100 | 1000110 |
Color Harmonies of #FF9268
Complementary color
Monochromatic Colors of #FF9268
Black with #FF9268
Text Example
Text Example
White with #FF9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9268; }
p { color: rgb(255,146,104); }
H1.HeaderClassName
{
color: #FF9268;
}
.AnyTagClassName
{
color: #FF9268;
}
</style>
background-color css
<style>
a { background-color: #FF9268; }
a { background-color: rgb(255,146,104); }
div.DivClassName
{
background-color: #FF9268;
}
.BgClassName
{
background-color: #FF9268;
}
</style>
border-color css
<style>
span { border-color: #FF9268; }
span { border-color: rgb(255,146,104); }
td.TdClassName
{
border-color: #FF9268;
}
.TagClassName
{
border-color: #FF9268;
}
</style>