Shades of Atomic Tangerine #F99A5E
Tints of Atomic Tangerine #F99A5E
RGB
CMYK
RGB Variations
Color information
#F99A5E (or 0xF99A5E) is known color: Atomic Tangerine. HEX triplet: F9, 9A and 5E. RGB value is (249,154,94). Sum of RGB (Red+Green+Blue) = 249+154+94=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99A5E is #0665A1. Grayscale: #AFAFAF. Windows color (decimal): -419234 or 6200057. OLE color: 6200057.
HSL color Cylindrical-coordinate representation of color #F99A5E: hue angle of 23.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F99A5E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 94 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.02 |
| HSL | 23.23º | 0.93% | 0.67% | - |
| HSV(B) | 23.23º | 0.62% | 0.98% | - |
| XYZ | 52.64 | 44.06 | 16.32 | - |
| YUV | 175.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 94 | 0 | 0.38 | 0.62 | 0.02 | 23.23 | 0.93 | 0.67 |
| Hex | F9 | 9A | 5E | 0 | 26 | 3E | 2 | 17 | 5D | 43 |
| Octal | 371 | 232 | 136 | 0 | 46 | 76 | 2 | 27 | 135 | 103 |
| Binary | 11111001 | 10011010 | 1011110 | 0 | 100110 | 111110 | 10 | 10111 | 1011101 | 1000011 |
Color Harmonies of #F99A5E
Complementary color
Monochromatic Colors of #F99A5E
Black with #F99A5E
Text Example
Text Example
White with #F99A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A5E; }
p { color: rgb(249,154,94); }
H1.HeaderClassName
{
color: #F99A5E;
}
.AnyTagClassName
{
color: #F99A5E;
}
</style>
background-color css
<style>
a { background-color: #F99A5E; }
a { background-color: rgb(249,154,94); }
div.DivClassName
{
background-color: #F99A5E;
}
.BgClassName
{
background-color: #F99A5E;
}
</style>
border-color css
<style>
span { border-color: #F99A5E; }
span { border-color: rgb(249,154,94); }
td.TdClassName
{
border-color: #F99A5E;
}
.TagClassName
{
border-color: #F99A5E;
}
</style>