Shades of Dark Tangerine #F0AD0C
Tints of Dark Tangerine #F0AD0C
RGB
CMYK
RGB Variations
Color information
#F0AD0C (or 0xF0AD0C) is known color: Dark Tangerine. HEX triplet: F0, AD and 0C. RGB value is (240,173,12). Sum of RGB (Red+Green+Blue) = 240+173+12=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AD0C is #0F52F3. Grayscale: #AFAFAF. Windows color (decimal): -1004276 or 830960. OLE color: 830960.
HSL color Cylindrical-coordinate representation of color #F0AD0C: hue angle of 42.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0AD0C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.06 |
| HSL | 42.37º | 0.9% | 0.49% | - |
| HSV(B) | 42.37º | 0.95% | 0.94% | - |
| XYZ | 50.95 | 48.44 | 7.01 | - |
| YUV | 174.68 | 36.2 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 12 | 0 | 0.28 | 0.95 | 0.06 | 42.37 | 0.9 | 0.49 |
| Hex | F0 | AD | C | 0 | 1C | 5F | 6 | 2A | 5A | 31 |
| Octal | 360 | 255 | 14 | 0 | 34 | 137 | 6 | 52 | 132 | 61 |
| Binary | 11110000 | 10101101 | 1100 | 0 | 11100 | 1011111 | 110 | 101010 | 1011010 | 110001 |
Color Harmonies of #F0AD0C
Complementary color
Monochromatic Colors of #F0AD0C
Black with #F0AD0C
Text Example
Text Example
White with #F0AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD0C; }
p { color: rgb(240,173,12); }
H1.HeaderClassName
{
color: #F0AD0C;
}
.AnyTagClassName
{
color: #F0AD0C;
}
</style>
background-color css
<style>
a { background-color: #F0AD0C; }
a { background-color: rgb(240,173,12); }
div.DivClassName
{
background-color: #F0AD0C;
}
.BgClassName
{
background-color: #F0AD0C;
}
</style>
border-color css
<style>
span { border-color: #F0AD0C; }
span { border-color: rgb(240,173,12); }
td.TdClassName
{
border-color: #F0AD0C;
}
.TagClassName
{
border-color: #F0AD0C;
}
</style>