Shades of Dark Tangerine #F69D15
Tints of Dark Tangerine #F69D15
RGB
CMYK
RGB Variations
Color information
#F69D15 (or 0xF69D15) is known color: Dark Tangerine. HEX triplet: F6, 9D and 15. RGB value is (246,157,21). Sum of RGB (Red+Green+Blue) = 246+157+21=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69D15 is #0962EA. Grayscale: #A8A8A8. Windows color (decimal): -615147 or 1416694. OLE color: 1416694.
HSL color Cylindrical-coordinate representation of color #F69D15: hue angle of 36.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F69D15 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.04 |
| HSL | 36.27º | 0.93% | 0.52% | - |
| HSV(B) | 36.27º | 0.91% | 0.96% | - |
| XYZ | 50.2 | 43.76 | 6.51 | - |
| YUV | 168.11 | 44.99 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 21 | 0 | 0.36 | 0.91 | 0.04 | 36.27 | 0.93 | 0.52 |
| Hex | F6 | 9D | 15 | 0 | 24 | 5B | 4 | 24 | 5D | 34 |
| Octal | 366 | 235 | 25 | 0 | 44 | 133 | 4 | 44 | 135 | 64 |
| Binary | 11110110 | 10011101 | 10101 | 0 | 100100 | 1011011 | 100 | 100100 | 1011101 | 110100 |
Color Harmonies of #F69D15
Complementary color
Monochromatic Colors of #F69D15
Black with #F69D15
Text Example
Text Example
White with #F69D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69D15; }
p { color: rgb(246,157,21); }
H1.HeaderClassName
{
color: #F69D15;
}
.AnyTagClassName
{
color: #F69D15;
}
</style>
background-color css
<style>
a { background-color: #F69D15; }
a { background-color: rgb(246,157,21); }
div.DivClassName
{
background-color: #F69D15;
}
.BgClassName
{
background-color: #F69D15;
}
</style>
border-color css
<style>
span { border-color: #F69D15; }
span { border-color: rgb(246,157,21); }
td.TdClassName
{
border-color: #F69D15;
}
.TagClassName
{
border-color: #F69D15;
}
</style>