Shades of Atomic Tangerine #F99D6B
Tints of Atomic Tangerine #F99D6B
RGB
CMYK
RGB Variations
Color information
#F99D6B (or 0xF99D6B) is known color: Atomic Tangerine. HEX triplet: F9, 9D and 6B. RGB value is (249,157,107). Sum of RGB (Red+Green+Blue) = 249+157+107=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D6B is #066294. Grayscale: #B3B3B3. Windows color (decimal): -418453 or 7052793. OLE color: 7052793.
HSL color Cylindrical-coordinate representation of color #F99D6B: hue angle of 21.13º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F99D6B is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 107 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.02 |
| HSL | 21.13º | 0.92% | 0.7% | - |
| HSV(B) | 21.13º | 0.57% | 0.98% | - |
| XYZ | 53.78 | 45.32 | 19.82 | - |
| YUV | 178.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 107 | 0 | 0.37 | 0.57 | 0.02 | 21.13 | 0.92 | 0.7 |
| Hex | F9 | 9D | 6B | 0 | 25 | 39 | 2 | 15 | 5C | 46 |
| Octal | 371 | 235 | 153 | 0 | 45 | 71 | 2 | 25 | 134 | 106 |
| Binary | 11111001 | 10011101 | 1101011 | 0 | 100101 | 111001 | 10 | 10101 | 1011100 | 1000110 |
Color Harmonies of #F99D6B
Complementary color
Monochromatic Colors of #F99D6B
Black with #F99D6B
Text Example
Text Example
White with #F99D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D6B; }
p { color: rgb(249,157,107); }
H1.HeaderClassName
{
color: #F99D6B;
}
.AnyTagClassName
{
color: #F99D6B;
}
</style>
background-color css
<style>
a { background-color: #F99D6B; }
a { background-color: rgb(249,157,107); }
div.DivClassName
{
background-color: #F99D6B;
}
.BgClassName
{
background-color: #F99D6B;
}
</style>
border-color css
<style>
span { border-color: #F99D6B; }
span { border-color: rgb(249,157,107); }
td.TdClassName
{
border-color: #F99D6B;
}
.TagClassName
{
border-color: #F99D6B;
}
</style>