Shades of Dark Tangerine #F0AD1A
Tints of Dark Tangerine #F0AD1A
RGB
CMYK
RGB Variations
Color information
#F0AD1A (or 0xF0AD1A) is known color: Dark Tangerine. HEX triplet: F0, AD and 1A. RGB value is (240,173,26). Sum of RGB (Red+Green+Blue) = 240+173+26=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD1A is #0F52E5. Grayscale: #B0B0B0. Windows color (decimal): -1004262 or 1748464. OLE color: 1748464.
HSL color Cylindrical-coordinate representation of color #F0AD1A: hue angle of 41.21º 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 #F0AD1A is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 26 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.06 |
| HSL | 41.21º | 0.88% | 0.52% | - |
| HSV(B) | 41.21º | 0.89% | 0.94% | - |
| XYZ | 51.07 | 48.49 | 7.64 | - |
| YUV | 176.28 | 43.2 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 26 | 0 | 0.28 | 0.89 | 0.06 | 41.21 | 0.88 | 0.52 |
| Hex | F0 | AD | 1A | 0 | 1C | 59 | 6 | 29 | 58 | 34 |
| Octal | 360 | 255 | 32 | 0 | 34 | 131 | 6 | 51 | 130 | 64 |
| Binary | 11110000 | 10101101 | 11010 | 0 | 11100 | 1011001 | 110 | 101001 | 1011000 | 110100 |
Color Harmonies of #F0AD1A
Complementary color
Monochromatic Colors of #F0AD1A
Black with #F0AD1A
Text Example
Text Example
White with #F0AD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD1A; }
p { color: rgb(240,173,26); }
H1.HeaderClassName
{
color: #F0AD1A;
}
.AnyTagClassName
{
color: #F0AD1A;
}
</style>
background-color css
<style>
a { background-color: #F0AD1A; }
a { background-color: rgb(240,173,26); }
div.DivClassName
{
background-color: #F0AD1A;
}
.BgClassName
{
background-color: #F0AD1A;
}
</style>
border-color css
<style>
span { border-color: #F0AD1A; }
span { border-color: rgb(240,173,26); }
td.TdClassName
{
border-color: #F0AD1A;
}
.TagClassName
{
border-color: #F0AD1A;
}
</style>