Shades of Atomic Tangerine #F08C67
Tints of Atomic Tangerine #F08C67
RGB
CMYK
RGB Variations
Color information
#F08C67 (or 0xF08C67) is known color: Atomic Tangerine. HEX triplet: F0, 8C and 67. RGB value is (240,140,103). Sum of RGB (Red+Green+Blue) = 240+140+103=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C67 is #0F7398. Grayscale: #A5A5A5. Windows color (decimal): -1012633 or 6786288. OLE color: 6786288.
HSL color Cylindrical-coordinate representation of color #F08C67: hue angle of 16.2º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08C67 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 103 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.06 |
| HSL | 16.2º | 0.82% | 0.67% | - |
| HSV(B) | 16.2º | 0.57% | 0.94% | - |
| XYZ | 47.76 | 38.26 | 17.7 | - |
| YUV | 165.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 103 | 0 | 0.42 | 0.57 | 0.06 | 16.2 | 0.82 | 0.67 |
| Hex | F0 | 8C | 67 | 0 | 2A | 39 | 6 | 10 | 52 | 43 |
| Octal | 360 | 214 | 147 | 0 | 52 | 71 | 6 | 20 | 122 | 103 |
| Binary | 11110000 | 10001100 | 1100111 | 0 | 101010 | 111001 | 110 | 10000 | 1010010 | 1000011 |
Color Harmonies of #F08C67
Complementary color
Monochromatic Colors of #F08C67
Black with #F08C67
Text Example
Text Example
White with #F08C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C67; }
p { color: rgb(240,140,103); }
H1.HeaderClassName
{
color: #F08C67;
}
.AnyTagClassName
{
color: #F08C67;
}
</style>
background-color css
<style>
a { background-color: #F08C67; }
a { background-color: rgb(240,140,103); }
div.DivClassName
{
background-color: #F08C67;
}
.BgClassName
{
background-color: #F08C67;
}
</style>
border-color css
<style>
span { border-color: #F08C67; }
span { border-color: rgb(240,140,103); }
td.TdClassName
{
border-color: #F08C67;
}
.TagClassName
{
border-color: #F08C67;
}
</style>