Shades of Atomic Tangerine #F99666
Tints of Atomic Tangerine #F99666
RGB
CMYK
RGB Variations
Color information
#F99666 (or 0xF99666) is known color: Atomic Tangerine. HEX triplet: F9, 96 and 66. RGB value is (249,150,102). Sum of RGB (Red+Green+Blue) = 249+150+102=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F99666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99666 is #066999. Grayscale: #AEAEAE. Windows color (decimal): -420250 or 6723321. OLE color: 6723321.
HSL color Cylindrical-coordinate representation of color #F99666: hue angle of 19.59º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F99666 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 102 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.02 |
| HSL | 19.59º | 0.92% | 0.69% | - |
| HSV(B) | 19.59º | 0.59% | 0.98% | - |
| XYZ | 52.37 | 42.91 | 18.09 | - |
| YUV | 174.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 102 | 0 | 0.40 | 0.59 | 0.02 | 19.59 | 0.92 | 0.69 |
| Hex | F9 | 96 | 66 | 0 | 28 | 3B | 2 | 14 | 5C | 45 |
| Octal | 371 | 226 | 146 | 0 | 50 | 73 | 2 | 24 | 134 | 105 |
| Binary | 11111001 | 10010110 | 1100110 | 0 | 101000 | 111011 | 10 | 10100 | 1011100 | 1000101 |
Color Harmonies of #F99666
Complementary color
Monochromatic Colors of #F99666
Black with #F99666
Text Example
Text Example
White with #F99666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99666; }
p { color: rgb(249,150,102); }
H1.HeaderClassName
{
color: #F99666;
}
.AnyTagClassName
{
color: #F99666;
}
</style>
background-color css
<style>
a { background-color: #F99666; }
a { background-color: rgb(249,150,102); }
div.DivClassName
{
background-color: #F99666;
}
.BgClassName
{
background-color: #F99666;
}
</style>
border-color css
<style>
span { border-color: #F99666; }
span { border-color: rgb(249,150,102); }
td.TdClassName
{
border-color: #F99666;
}
.TagClassName
{
border-color: #F99666;
}
</style>