Shades of Atomic Tangerine #F99C6B
Tints of Atomic Tangerine #F99C6B
RGB
CMYK
RGB Variations
Color information
#F99C6B (or 0xF99C6B) is known color: Atomic Tangerine. HEX triplet: F9, 9C and 6B. RGB value is (249,156,107). Sum of RGB (Red+Green+Blue) = 249+156+107=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C6B is #066394. Grayscale: #B2B2B2. Windows color (decimal): -418709 or 7052537. OLE color: 7052537.
HSL color Cylindrical-coordinate representation of color #F99C6B: hue angle of 20.7º 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 #F99C6B is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 107 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.02 |
| HSL | 20.7º | 0.92% | 0.7% | - |
| HSV(B) | 20.7º | 0.57% | 0.98% | - |
| XYZ | 53.61 | 44.98 | 19.77 | - |
| YUV | 178.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 107 | 0 | 0.37 | 0.57 | 0.02 | 20.7 | 0.92 | 0.7 |
| Hex | F9 | 9C | 6B | 0 | 25 | 39 | 2 | 15 | 5C | 46 |
| Octal | 371 | 234 | 153 | 0 | 45 | 71 | 2 | 25 | 134 | 106 |
| Binary | 11111001 | 10011100 | 1101011 | 0 | 100101 | 111001 | 10 | 10101 | 1011100 | 1000110 |
Color Harmonies of #F99C6B
Complementary color
Monochromatic Colors of #F99C6B
Black with #F99C6B
Text Example
Text Example
White with #F99C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C6B; }
p { color: rgb(249,156,107); }
H1.HeaderClassName
{
color: #F99C6B;
}
.AnyTagClassName
{
color: #F99C6B;
}
</style>
background-color css
<style>
a { background-color: #F99C6B; }
a { background-color: rgb(249,156,107); }
div.DivClassName
{
background-color: #F99C6B;
}
.BgClassName
{
background-color: #F99C6B;
}
</style>
border-color css
<style>
span { border-color: #F99C6B; }
span { border-color: rgb(249,156,107); }
td.TdClassName
{
border-color: #F99C6B;
}
.TagClassName
{
border-color: #F99C6B;
}
</style>