Shades of Atomic Tangerine #FF9266
Tints of Atomic Tangerine #FF9266
RGB
CMYK
RGB Variations
Color information
#FF9266 (or 0xFF9266) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 66. RGB value is (255,146,102). Sum of RGB (Red+Green+Blue) = 255+146+102=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9266 is #006D99. Grayscale: #ADADAD. Windows color (decimal): -28058 or 6722303. OLE color: 6722303.
HSL color Cylindrical-coordinate representation of color #FF9266: hue angle of 17.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9266 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 102 | - |
| CMYK | 0 | 0.43 | 0.6 | 0 |
| HSL | 17.25º | 1% | 0.7% | - |
| HSV(B) | 17.25º | 0.6% | 1% | - |
| XYZ | 53.92 | 42.78 | 17.99 | - |
| YUV | 173.58 | 87.61 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 102 | 0 | 0.43 | 0.6 | 0 | 17.25 | 1 | 0.7 |
| Hex | FF | 92 | 66 | 0 | 2B | 3C | 0 | 11 | 64 | 46 |
| Octal | 377 | 222 | 146 | 0 | 53 | 74 | 0 | 21 | 144 | 106 |
| Binary | 11111111 | 10010010 | 1100110 | 0 | 101011 | 111100 | 0 | 10001 | 1100100 | 1000110 |
Color Harmonies of #FF9266
Complementary color
Monochromatic Colors of #FF9266
Black with #FF9266
Text Example
Text Example
White with #FF9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9266; }
p { color: rgb(255,146,102); }
H1.HeaderClassName
{
color: #FF9266;
}
.AnyTagClassName
{
color: #FF9266;
}
</style>
background-color css
<style>
a { background-color: #FF9266; }
a { background-color: rgb(255,146,102); }
div.DivClassName
{
background-color: #FF9266;
}
.BgClassName
{
background-color: #FF9266;
}
</style>
border-color css
<style>
span { border-color: #FF9266; }
span { border-color: rgb(255,146,102); }
td.TdClassName
{
border-color: #FF9266;
}
.TagClassName
{
border-color: #FF9266;
}
</style>