Shades of Dark Orange #F68F08
Tints of Dark Orange #F68F08
RGB
CMYK
RGB Variations
Color information
#F68F08 (or 0xF68F08) is known color: Dark Orange. HEX triplet: F6, 8F and 08. RGB value is (246,143,8). Sum of RGB (Red+Green+Blue) = 246+143+8=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68F08 is #0970F7. Grayscale: #9F9F9F. Windows color (decimal): -618744 or 561142. OLE color: 561142.
HSL color Cylindrical-coordinate representation of color #F68F08: hue angle of 34.03º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F68F08 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 8 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.04 |
| HSL | 34.03º | 0.94% | 0.5% | - |
| HSV(B) | 34.03º | 0.97% | 0.96% | - |
| XYZ | 47.87 | 39.26 | 5.28 | - |
| YUV | 158.41 | 43.12 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 8 | 0 | 0.42 | 0.97 | 0.04 | 34.03 | 0.94 | 0.5 |
| Hex | F6 | 8F | 8 | 0 | 2A | 61 | 4 | 22 | 5E | 32 |
| Octal | 366 | 217 | 10 | 0 | 52 | 141 | 4 | 42 | 136 | 62 |
| Binary | 11110110 | 10001111 | 1000 | 0 | 101010 | 1100001 | 100 | 100010 | 1011110 | 110010 |
Color Harmonies of #F68F08
Complementary color
Monochromatic Colors of #F68F08
Black with #F68F08
Text Example
Text Example
White with #F68F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F08; }
p { color: rgb(246,143,8); }
H1.HeaderClassName
{
color: #F68F08;
}
.AnyTagClassName
{
color: #F68F08;
}
</style>
background-color css
<style>
a { background-color: #F68F08; }
a { background-color: rgb(246,143,8); }
div.DivClassName
{
background-color: #F68F08;
}
.BgClassName
{
background-color: #F68F08;
}
</style>
border-color css
<style>
span { border-color: #F68F08; }
span { border-color: rgb(246,143,8); }
td.TdClassName
{
border-color: #F68F08;
}
.TagClassName
{
border-color: #F68F08;
}
</style>