Shades of Dark Tangerine #F0A91B
Tints of Dark Tangerine #F0A91B
RGB
CMYK
RGB Variations
Color information
#F0A91B (or 0xF0A91B) is known color: Dark Tangerine. HEX triplet: F0, A9 and 1B. RGB value is (240,169,27). Sum of RGB (Red+Green+Blue) = 240+169+27=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A91B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A91B is #0F56E4. Grayscale: #AEAEAE. Windows color (decimal): -1005285 or 1812976. OLE color: 1812976.
HSL color Cylindrical-coordinate representation of color #F0A91B: hue angle of 40º 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 #F0A91B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 27 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.06 |
| HSL | 40º | 0.88% | 0.52% | - |
| HSV(B) | 40º | 0.89% | 0.94% | - |
| XYZ | 50.32 | 46.98 | 7.45 | - |
| YUV | 174.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 27 | 0 | 0.30 | 0.89 | 0.06 | 40 | 0.88 | 0.52 |
| Hex | F0 | A9 | 1B | 0 | 1E | 59 | 6 | 28 | 58 | 34 |
| Octal | 360 | 251 | 33 | 0 | 36 | 131 | 6 | 50 | 130 | 64 |
| Binary | 11110000 | 10101001 | 11011 | 0 | 11110 | 1011001 | 110 | 101000 | 1011000 | 110100 |
Color Harmonies of #F0A91B
Complementary color
Monochromatic Colors of #F0A91B
Black with #F0A91B
Text Example
Text Example
White with #F0A91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A91B; }
p { color: rgb(240,169,27); }
H1.HeaderClassName
{
color: #F0A91B;
}
.AnyTagClassName
{
color: #F0A91B;
}
</style>
background-color css
<style>
a { background-color: #F0A91B; }
a { background-color: rgb(240,169,27); }
div.DivClassName
{
background-color: #F0A91B;
}
.BgClassName
{
background-color: #F0A91B;
}
</style>
border-color css
<style>
span { border-color: #F0A91B; }
span { border-color: rgb(240,169,27); }
td.TdClassName
{
border-color: #F0A91B;
}
.TagClassName
{
border-color: #F0A91B;
}
</style>