Shades of Dark Tangerine #F0AD1B
Tints of Dark Tangerine #F0AD1B
RGB
CMYK
RGB Variations
Color information
#F0AD1B (or 0xF0AD1B) is known color: Dark Tangerine. HEX triplet: F0, AD and 1B. RGB value is (240,173,27). Sum of RGB (Red+Green+Blue) = 240+173+27=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD1B is #0F52E4. Grayscale: #B1B1B1. Windows color (decimal): -1004261 or 1814000. OLE color: 1814000.
HSL color Cylindrical-coordinate representation of color #F0AD1B: hue angle of 41.13º 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 #F0AD1B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.06 |
| HSL | 41.13º | 0.88% | 0.52% | - |
| HSV(B) | 41.13º | 0.89% | 0.94% | - |
| XYZ | 51.08 | 48.49 | 7.7 | - |
| YUV | 176.39 | 43.7 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 27 | 0 | 0.28 | 0.89 | 0.06 | 41.13 | 0.88 | 0.52 |
| Hex | F0 | AD | 1B | 0 | 1C | 59 | 6 | 29 | 58 | 34 |
| Octal | 360 | 255 | 33 | 0 | 34 | 131 | 6 | 51 | 130 | 64 |
| Binary | 11110000 | 10101101 | 11011 | 0 | 11100 | 1011001 | 110 | 101001 | 1011000 | 110100 |
Color Harmonies of #F0AD1B
Complementary color
Monochromatic Colors of #F0AD1B
Black with #F0AD1B
Text Example
Text Example
White with #F0AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD1B; }
p { color: rgb(240,173,27); }
H1.HeaderClassName
{
color: #F0AD1B;
}
.AnyTagClassName
{
color: #F0AD1B;
}
</style>
background-color css
<style>
a { background-color: #F0AD1B; }
a { background-color: rgb(240,173,27); }
div.DivClassName
{
background-color: #F0AD1B;
}
.BgClassName
{
background-color: #F0AD1B;
}
</style>
border-color css
<style>
span { border-color: #F0AD1B; }
span { border-color: rgb(240,173,27); }
td.TdClassName
{
border-color: #F0AD1B;
}
.TagClassName
{
border-color: #F0AD1B;
}
</style>