Shades of Dark Tangerine #F0AC1B
Tints of Dark Tangerine #F0AC1B
RGB
CMYK
RGB Variations
Color information
#F0AC1B (or 0xF0AC1B) is known color: Dark Tangerine. HEX triplet: F0, AC and 1B. RGB value is (240,172,27). Sum of RGB (Red+Green+Blue) = 240+172+27=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC1B is #0F53E4. Grayscale: #B0B0B0. Windows color (decimal): -1004517 or 1813744. OLE color: 1813744.
HSL color Cylindrical-coordinate representation of color #F0AC1B: hue angle of 40.85º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0AC1B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.06 |
| HSL | 40.85º | 0.88% | 0.52% | - |
| HSV(B) | 40.85º | 0.89% | 0.94% | - |
| XYZ | 50.89 | 48.11 | 7.64 | - |
| YUV | 175.8 | 44.03 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 27 | 0 | 0.28 | 0.89 | 0.06 | 40.85 | 0.88 | 0.52 |
| Hex | F0 | AC | 1B | 0 | 1C | 59 | 6 | 29 | 58 | 34 |
| Octal | 360 | 254 | 33 | 0 | 34 | 131 | 6 | 51 | 130 | 64 |
| Binary | 11110000 | 10101100 | 11011 | 0 | 11100 | 1011001 | 110 | 101001 | 1011000 | 110100 |
Color Harmonies of #F0AC1B
Complementary color
Monochromatic Colors of #F0AC1B
Black with #F0AC1B
Text Example
Text Example
White with #F0AC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC1B; }
p { color: rgb(240,172,27); }
H1.HeaderClassName
{
color: #F0AC1B;
}
.AnyTagClassName
{
color: #F0AC1B;
}
</style>
background-color css
<style>
a { background-color: #F0AC1B; }
a { background-color: rgb(240,172,27); }
div.DivClassName
{
background-color: #F0AC1B;
}
.BgClassName
{
background-color: #F0AC1B;
}
</style>
border-color css
<style>
span { border-color: #F0AC1B; }
span { border-color: rgb(240,172,27); }
td.TdClassName
{
border-color: #F0AC1B;
}
.TagClassName
{
border-color: #F0AC1B;
}
</style>