Shades of Atomic Tangerine #FF9A5E
Tints of Atomic Tangerine #FF9A5E
RGB
CMYK
RGB Variations
Color information
#FF9A5E (or 0xFF9A5E) is known color: Atomic Tangerine. HEX triplet: FF, 9A and 5E. RGB value is (255,154,94). Sum of RGB (Red+Green+Blue) = 255+154+94=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A5E is #0065A1. Grayscale: #B1B1B1. Windows color (decimal): -26018 or 6200063. OLE color: 6200063.
HSL color Cylindrical-coordinate representation of color #FF9A5E: hue angle of 22.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF9A5E is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 154 | 94 | - |
CMYK | 0 | 0.40 | 0.63 | 0 |
HSL | 22.36º | 1% | 0.68% | - |
HSV(B) | 22.36º | 0.63% | 1% | - |
XYZ | 54.82 | 45.18 | 16.42 | - |
YUV | 177.36 | 80.96 | 183.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 154 | 94 | 0 | 0.40 | 0.63 | 0 | 22.36 | 1 | 0.68 |
Hex | FF | 9A | 5E | 0 | 28 | 3F | 0 | 16 | 64 | 44 |
Octal | 377 | 232 | 136 | 0 | 50 | 77 | 0 | 26 | 144 | 104 |
Binary | 11111111 | 10011010 | 1011110 | 0 | 101000 | 111111 | 0 | 10110 | 1100100 | 1000100 |
Color Harmonies of #FF9A5E
Complementary color
Monochromatic Colors of #FF9A5E
Black with #FF9A5E
Text Example
Text Example
White with #FF9A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A5E; }
p { color: rgb(255,154,94); }
H1.HeaderClassName
{
color: #FF9A5E;
}
.AnyTagClassName
{
color: #FF9A5E;
}
</style>
background-color css
<style>
a { background-color: #FF9A5E; }
a { background-color: rgb(255,154,94); }
div.DivClassName
{
background-color: #FF9A5E;
}
.BgClassName
{
background-color: #FF9A5E;
}
</style>
border-color css
<style>
span { border-color: #FF9A5E; }
span { border-color: rgb(255,154,94); }
td.TdClassName
{
border-color: #FF9A5E;
}
.TagClassName
{
border-color: #FF9A5E;
}
</style>