Shades of Atomic Tangerine #F9916E
Tints of Atomic Tangerine #F9916E
RGB
CMYK
RGB Variations
Color information
#F9916E (or 0xF9916E) is known color: Atomic Tangerine. HEX triplet: F9, 91 and 6E. RGB value is (249,145,110). Sum of RGB (Red+Green+Blue) = 249+145+110=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9916E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9916E is #066E91. Grayscale: #ACACAC. Windows color (decimal): -421522 or 7246329. OLE color: 7246329.
HSL color Cylindrical-coordinate representation of color #F9916E: hue angle of 15.11º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9916E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 110 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.02 |
| HSL | 15.11º | 0.92% | 0.7% | - |
| HSV(B) | 15.11º | 0.56% | 0.98% | - |
| XYZ | 52.01 | 41.52 | 20.02 | - |
| YUV | 172.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 110 | 0 | 0.42 | 0.56 | 0.02 | 15.11 | 0.92 | 0.7 |
| Hex | F9 | 91 | 6E | 0 | 2A | 38 | 2 | F | 5C | 46 |
| Octal | 371 | 221 | 156 | 0 | 52 | 70 | 2 | 17 | 134 | 106 |
| Binary | 11111001 | 10010001 | 1101110 | 0 | 101010 | 111000 | 10 | 1111 | 1011100 | 1000110 |
Color Harmonies of #F9916E
Complementary color
Monochromatic Colors of #F9916E
Black with #F9916E
Text Example
Text Example
White with #F9916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9916E; }
p { color: rgb(249,145,110); }
H1.HeaderClassName
{
color: #F9916E;
}
.AnyTagClassName
{
color: #F9916E;
}
</style>
background-color css
<style>
a { background-color: #F9916E; }
a { background-color: rgb(249,145,110); }
div.DivClassName
{
background-color: #F9916E;
}
.BgClassName
{
background-color: #F9916E;
}
</style>
border-color css
<style>
span { border-color: #F9916E; }
span { border-color: rgb(249,145,110); }
td.TdClassName
{
border-color: #F9916E;
}
.TagClassName
{
border-color: #F9916E;
}
</style>