Shades of Dark Orange #F69100
Tints of Dark Orange #F69100
RGB
CMYK
RGB Variations
Color information
#F69100 (or 0xF69100) is known color: Dark Orange. HEX triplet: F6, 91 and 00. RGB value is (246,145,0). Sum of RGB (Red+Green+Blue) = 246+145+0=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F69100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69100 is #096EFF. Grayscale: #9F9F9F. Windows color (decimal): -618240 or 37366. OLE color: 37366.
HSL color Cylindrical-coordinate representation of color #F69100: hue angle of 35.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F69100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.04 |
| HSL | 35.37º | 1% | 0.48% | - |
| HSV(B) | 35.37º | 1% | 0.96% | - |
| XYZ | 48.13 | 39.84 | 5.15 | - |
| YUV | 158.67 | 38.46 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 0 | 0 | 0.41 | 1 | 0.04 | 35.37 | 1 | 0.48 |
| Hex | F6 | 91 | 0 | 0 | 29 | 64 | 4 | 23 | 64 | 30 |
| Octal | 366 | 221 | 0 | 0 | 51 | 144 | 4 | 43 | 144 | 60 |
| Binary | 11110110 | 10010001 | 0 | 0 | 101001 | 1100100 | 100 | 100011 | 1100100 | 110000 |
Color Harmonies of #F69100
Complementary color
Monochromatic Colors of #F69100
Black with #F69100
Text Example
Text Example
White with #F69100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69100; }
p { color: rgb(246,145,0); }
H1.HeaderClassName
{
color: #F69100;
}
.AnyTagClassName
{
color: #F69100;
}
</style>
background-color css
<style>
a { background-color: #F69100; }
a { background-color: rgb(246,145,0); }
div.DivClassName
{
background-color: #F69100;
}
.BgClassName
{
background-color: #F69100;
}
</style>
border-color css
<style>
span { border-color: #F69100; }
span { border-color: rgb(246,145,0); }
td.TdClassName
{
border-color: #F69100;
}
.TagClassName
{
border-color: #F69100;
}
</style>