Shades of Dark Tangerine #F0A81C
Tints of Dark Tangerine #F0A81C
RGB
CMYK
RGB Variations
Color information
#F0A81C (or 0xF0A81C) is known color: Dark Tangerine. HEX triplet: F0, A8 and 1C. RGB value is (240,168,28). Sum of RGB (Red+Green+Blue) = 240+168+28=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A81C is #0F57E3. Grayscale: #AEAEAE. Windows color (decimal): -1005540 or 1878256. OLE color: 1878256.
HSL color Cylindrical-coordinate representation of color #F0A81C: hue angle of 39.62º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0A81C is Cyan = 0, Magento = 0.3, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 28 | - |
| CMYK | 0 | 0.3 | 0.88 | 0.06 |
| HSL | 39.62º | 0.88% | 0.53% | - |
| HSV(B) | 39.62º | 0.88% | 0.94% | - |
| XYZ | 50.15 | 46.61 | 7.45 | - |
| YUV | 173.57 | 45.85 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 28 | 0 | 0.3 | 0.88 | 0.06 | 39.62 | 0.88 | 0.53 |
| Hex | F0 | A8 | 1C | 0 | 1E | 58 | 6 | 28 | 58 | 35 |
| Octal | 360 | 250 | 34 | 0 | 36 | 130 | 6 | 50 | 130 | 65 |
| Binary | 11110000 | 10101000 | 11100 | 0 | 11110 | 1011000 | 110 | 101000 | 1011000 | 110101 |
Color Harmonies of #F0A81C
Complementary color
Monochromatic Colors of #F0A81C
Black with #F0A81C
Text Example
Text Example
White with #F0A81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A81C; }
p { color: rgb(240,168,28); }
H1.HeaderClassName
{
color: #F0A81C;
}
.AnyTagClassName
{
color: #F0A81C;
}
</style>
background-color css
<style>
a { background-color: #F0A81C; }
a { background-color: rgb(240,168,28); }
div.DivClassName
{
background-color: #F0A81C;
}
.BgClassName
{
background-color: #F0A81C;
}
</style>
border-color css
<style>
span { border-color: #F0A81C; }
span { border-color: rgb(240,168,28); }
td.TdClassName
{
border-color: #F0A81C;
}
.TagClassName
{
border-color: #F0A81C;
}
</style>