Shades of Dark Orange #F68F0D
Tints of Dark Orange #F68F0D
RGB
CMYK
RGB Variations
Color information
#F68F0D (or 0xF68F0D) is known color: Dark Orange. HEX triplet: F6, 8F and 0D. RGB value is (246,143,13). Sum of RGB (Red+Green+Blue) = 246+143+13=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68F0D is #0970F2. Grayscale: #9F9F9F. Windows color (decimal): -618739 or 888822. OLE color: 888822.
HSL color Cylindrical-coordinate representation of color #F68F0D: hue angle of 33.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F68F0D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 13 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.04 |
| HSL | 33.48º | 0.93% | 0.51% | - |
| HSV(B) | 33.48º | 0.95% | 0.96% | - |
| XYZ | 47.9 | 39.27 | 5.44 | - |
| YUV | 158.98 | 45.62 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 13 | 0 | 0.42 | 0.95 | 0.04 | 33.48 | 0.93 | 0.51 |
| Hex | F6 | 8F | D | 0 | 2A | 5F | 4 | 21 | 5D | 33 |
| Octal | 366 | 217 | 15 | 0 | 52 | 137 | 4 | 41 | 135 | 63 |
| Binary | 11110110 | 10001111 | 1101 | 0 | 101010 | 1011111 | 100 | 100001 | 1011101 | 110011 |
Color Harmonies of #F68F0D
Complementary color
Monochromatic Colors of #F68F0D
Black with #F68F0D
Text Example
Text Example
White with #F68F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F0D; }
p { color: rgb(246,143,13); }
H1.HeaderClassName
{
color: #F68F0D;
}
.AnyTagClassName
{
color: #F68F0D;
}
</style>
background-color css
<style>
a { background-color: #F68F0D; }
a { background-color: rgb(246,143,13); }
div.DivClassName
{
background-color: #F68F0D;
}
.BgClassName
{
background-color: #F68F0D;
}
</style>
border-color css
<style>
span { border-color: #F68F0D; }
span { border-color: rgb(246,143,13); }
td.TdClassName
{
border-color: #F68F0D;
}
.TagClassName
{
border-color: #F68F0D;
}
</style>