Shades of Dark Tangerine #F6A818
Tints of Dark Tangerine #F6A818
RGB
CMYK
RGB Variations
Color information
#F6A818 (or 0xF6A818) is known color: Dark Tangerine. HEX triplet: F6, A8 and 18. RGB value is (246,168,24). Sum of RGB (Red+Green+Blue) = 246+168+24=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A818 is #0957E7. Grayscale: #AFAFAF. Windows color (decimal): -612328 or 1616118. OLE color: 1616118.
HSL color Cylindrical-coordinate representation of color #F6A818: hue angle of 38.92º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6A818 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.04 |
| HSL | 38.92º | 0.93% | 0.53% | - |
| HSV(B) | 38.92º | 0.9% | 0.96% | - |
| XYZ | 52.17 | 47.66 | 7.31 | - |
| YUV | 174.91 | 42.84 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 24 | 0 | 0.32 | 0.90 | 0.04 | 38.92 | 0.93 | 0.53 |
| Hex | F6 | A8 | 18 | 0 | 20 | 5A | 4 | 27 | 5C | 35 |
| Octal | 366 | 250 | 30 | 0 | 40 | 132 | 4 | 47 | 134 | 65 |
| Binary | 11110110 | 10101000 | 11000 | 0 | 100000 | 1011010 | 100 | 100111 | 1011100 | 110101 |
Color Harmonies of #F6A818
Complementary color
Monochromatic Colors of #F6A818
Black with #F6A818
Text Example
Text Example
White with #F6A818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A818; }
p { color: rgb(246,168,24); }
H1.HeaderClassName
{
color: #F6A818;
}
.AnyTagClassName
{
color: #F6A818;
}
</style>
background-color css
<style>
a { background-color: #F6A818; }
a { background-color: rgb(246,168,24); }
div.DivClassName
{
background-color: #F6A818;
}
.BgClassName
{
background-color: #F6A818;
}
</style>
border-color css
<style>
span { border-color: #F6A818; }
span { border-color: rgb(246,168,24); }
td.TdClassName
{
border-color: #F6A818;
}
.TagClassName
{
border-color: #F6A818;
}
</style>