Shades of Atomic Tangerine #F99F68
Tints of Atomic Tangerine #F99F68
RGB
CMYK
RGB Variations
Color information
#F99F68 (or 0xF99F68) is known color: Atomic Tangerine. HEX triplet: F9, 9F and 68. RGB value is (249,159,104). Sum of RGB (Red+Green+Blue) = 249+159+104=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F68 is #066097. Grayscale: #B3B3B3. Windows color (decimal): -417944 or 6856697. OLE color: 6856697.
HSL color Cylindrical-coordinate representation of color #F99F68: hue angle of 22.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F99F68 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 104 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.02 |
| HSL | 22.76º | 0.92% | 0.69% | - |
| HSV(B) | 22.76º | 0.58% | 0.98% | - |
| XYZ | 53.96 | 45.94 | 19.12 | - |
| YUV | 179.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 104 | 0 | 0.36 | 0.58 | 0.02 | 22.76 | 0.92 | 0.69 |
| Hex | F9 | 9F | 68 | 0 | 24 | 3A | 2 | 17 | 5C | 45 |
| Octal | 371 | 237 | 150 | 0 | 44 | 72 | 2 | 27 | 134 | 105 |
| Binary | 11111001 | 10011111 | 1101000 | 0 | 100100 | 111010 | 10 | 10111 | 1011100 | 1000101 |
Color Harmonies of #F99F68
Complementary color
Monochromatic Colors of #F99F68
Black with #F99F68
Text Example
Text Example
White with #F99F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F68; }
p { color: rgb(249,159,104); }
H1.HeaderClassName
{
color: #F99F68;
}
.AnyTagClassName
{
color: #F99F68;
}
</style>
background-color css
<style>
a { background-color: #F99F68; }
a { background-color: rgb(249,159,104); }
div.DivClassName
{
background-color: #F99F68;
}
.BgClassName
{
background-color: #F99F68;
}
</style>
border-color css
<style>
span { border-color: #F99F68; }
span { border-color: rgb(249,159,104); }
td.TdClassName
{
border-color: #F99F68;
}
.TagClassName
{
border-color: #F99F68;
}
</style>