Shades of Dark Orange #F68F0A
Tints of Dark Orange #F68F0A
RGB
CMYK
RGB Variations
Color information
#F68F0A (or 0xF68F0A) is known color: Dark Orange. HEX triplet: F6, 8F and 0A. RGB value is (246,143,10). Sum of RGB (Red+Green+Blue) = 246+143+10=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68F0A is #0970F5. Grayscale: #9F9F9F. Windows color (decimal): -618742 or 692214. OLE color: 692214.
HSL color Cylindrical-coordinate representation of color #F68F0A: hue angle of 33.81º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F68F0A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 10 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.04 |
| HSL | 33.81º | 0.93% | 0.5% | - |
| HSV(B) | 33.81º | 0.96% | 0.96% | - |
| XYZ | 47.88 | 39.26 | 5.34 | - |
| YUV | 158.64 | 44.12 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 10 | 0 | 0.42 | 0.96 | 0.04 | 33.81 | 0.93 | 0.5 |
| Hex | F6 | 8F | A | 0 | 2A | 60 | 4 | 22 | 5D | 32 |
| Octal | 366 | 217 | 12 | 0 | 52 | 140 | 4 | 42 | 135 | 62 |
| Binary | 11110110 | 10001111 | 1010 | 0 | 101010 | 1100000 | 100 | 100010 | 1011101 | 110010 |
Color Harmonies of #F68F0A
Complementary color
Monochromatic Colors of #F68F0A
Black with #F68F0A
Text Example
Text Example
White with #F68F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F0A; }
p { color: rgb(246,143,10); }
H1.HeaderClassName
{
color: #F68F0A;
}
.AnyTagClassName
{
color: #F68F0A;
}
</style>
background-color css
<style>
a { background-color: #F68F0A; }
a { background-color: rgb(246,143,10); }
div.DivClassName
{
background-color: #F68F0A;
}
.BgClassName
{
background-color: #F68F0A;
}
</style>
border-color css
<style>
span { border-color: #F68F0A; }
span { border-color: rgb(246,143,10); }
td.TdClassName
{
border-color: #F68F0A;
}
.TagClassName
{
border-color: #F68F0A;
}
</style>