Shades of Dark Orange #F69301
Tints of Dark Orange #F69301
RGB
CMYK
RGB Variations
Color information
#F69301 (or 0xF69301) is known color: Dark Orange. HEX triplet: F6, 93 and 01. RGB value is (246,147,1). Sum of RGB (Red+Green+Blue) = 246+147+1=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F69301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69301 is #096CFE. Grayscale: #A0A0A0. Windows color (decimal): -617727 or 103414. OLE color: 103414.
HSL color Cylindrical-coordinate representation of color #F69301: hue angle of 35.76º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F69301 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.04 |
| HSL | 35.76º | 0.99% | 0.48% | - |
| HSV(B) | 35.76º | 1% | 0.96% | - |
| XYZ | 48.45 | 40.46 | 5.29 | - |
| YUV | 159.96 | 38.3 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 1 | 0 | 0.40 | 1.00 | 0.04 | 35.76 | 0.99 | 0.48 |
| Hex | F6 | 93 | 1 | 0 | 28 | 64 | 4 | 24 | 63 | 30 |
| Octal | 366 | 223 | 1 | 0 | 50 | 144 | 4 | 44 | 143 | 60 |
| Binary | 11110110 | 10010011 | 1 | 0 | 101000 | 1100100 | 100 | 100100 | 1100011 | 110000 |
Color Harmonies of #F69301
Complementary color
Monochromatic Colors of #F69301
Black with #F69301
Text Example
Text Example
White with #F69301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69301; }
p { color: rgb(246,147,1); }
H1.HeaderClassName
{
color: #F69301;
}
.AnyTagClassName
{
color: #F69301;
}
</style>
background-color css
<style>
a { background-color: #F69301; }
a { background-color: rgb(246,147,1); }
div.DivClassName
{
background-color: #F69301;
}
.BgClassName
{
background-color: #F69301;
}
</style>
border-color css
<style>
span { border-color: #F69301; }
span { border-color: rgb(246,147,1); }
td.TdClassName
{
border-color: #F69301;
}
.TagClassName
{
border-color: #F69301;
}
</style>