Shades of Atomic Tangerine #FF9A5A
Tints of Atomic Tangerine #FF9A5A
RGB
CMYK
RGB Variations
Color information
#FF9A5A (or 0xFF9A5A) is known color: Atomic Tangerine. HEX triplet: FF, 9A and 5A. RGB value is (255,154,90). Sum of RGB (Red+Green+Blue) = 255+154+90=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A5A is #0065A5. Grayscale: #B1B1B1. Windows color (decimal): -26022 or 5937919. OLE color: 5937919.
HSL color Cylindrical-coordinate representation of color #FF9A5A: hue angle of 23.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF9A5A is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 90 | - |
| CMYK | 0 | 0.40 | 0.65 | 0 |
| HSL | 23.27º | 1% | 0.68% | - |
| HSV(B) | 23.27º | 0.65% | 1% | - |
| XYZ | 54.64 | 45.11 | 15.5 | - |
| YUV | 176.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 90 | 0 | 0.40 | 0.65 | 0 | 23.27 | 1 | 0.68 |
| Hex | FF | 9A | 5A | 0 | 28 | 41 | 0 | 17 | 64 | 44 |
| Octal | 377 | 232 | 132 | 0 | 50 | 101 | 0 | 27 | 144 | 104 |
| Binary | 11111111 | 10011010 | 1011010 | 0 | 101000 | 1000001 | 0 | 10111 | 1100100 | 1000100 |
Color Harmonies of #FF9A5A
Complementary color
Monochromatic Colors of #FF9A5A
Black with #FF9A5A
Text Example
Text Example
White with #FF9A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A5A; }
p { color: rgb(255,154,90); }
H1.HeaderClassName
{
color: #FF9A5A;
}
.AnyTagClassName
{
color: #FF9A5A;
}
</style>
background-color css
<style>
a { background-color: #FF9A5A; }
a { background-color: rgb(255,154,90); }
div.DivClassName
{
background-color: #FF9A5A;
}
.BgClassName
{
background-color: #FF9A5A;
}
</style>
border-color css
<style>
span { border-color: #FF9A5A; }
span { border-color: rgb(255,154,90); }
td.TdClassName
{
border-color: #FF9A5A;
}
.TagClassName
{
border-color: #FF9A5A;
}
</style>