Shades of Atomic Tangerine #FF9265
Tints of Atomic Tangerine #FF9265
RGB
CMYK
RGB Variations
Color information
#FF9265 (or 0xFF9265) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 65. RGB value is (255,146,101). Sum of RGB (Red+Green+Blue) = 255+146+101=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9265 is #006D9A. Grayscale: #ADADAD. Windows color (decimal): -28059 or 6656767. OLE color: 6656767.
HSL color Cylindrical-coordinate representation of color #FF9265: hue angle of 17.53º 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 #FF9265 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 101 | - |
| CMYK | 0 | 0.43 | 0.60 | 0 |
| HSL | 17.53º | 1% | 0.7% | - |
| HSV(B) | 17.53º | 0.6% | 1% | - |
| XYZ | 53.87 | 42.76 | 17.73 | - |
| YUV | 173.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 101 | 0 | 0.43 | 0.60 | 0 | 17.53 | 1 | 0.7 |
| Hex | FF | 92 | 65 | 0 | 2B | 3C | 0 | 12 | 64 | 46 |
| Octal | 377 | 222 | 145 | 0 | 53 | 74 | 0 | 22 | 144 | 106 |
| Binary | 11111111 | 10010010 | 1100101 | 0 | 101011 | 111100 | 0 | 10010 | 1100100 | 1000110 |
Color Harmonies of #FF9265
Complementary color
Monochromatic Colors of #FF9265
Black with #FF9265
Text Example
Text Example
White with #FF9265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9265; }
p { color: rgb(255,146,101); }
H1.HeaderClassName
{
color: #FF9265;
}
.AnyTagClassName
{
color: #FF9265;
}
</style>
background-color css
<style>
a { background-color: #FF9265; }
a { background-color: rgb(255,146,101); }
div.DivClassName
{
background-color: #FF9265;
}
.BgClassName
{
background-color: #FF9265;
}
</style>
border-color css
<style>
span { border-color: #FF9265; }
span { border-color: rgb(255,146,101); }
td.TdClassName
{
border-color: #FF9265;
}
.TagClassName
{
border-color: #FF9265;
}
</style>