Shades of Dark Orange #F69201
Tints of Dark Orange #F69201
RGB
CMYK
RGB Variations
Color information
#F69201 (or 0xF69201) is known color: Dark Orange. HEX triplet: F6, 92 and 01. RGB value is (246,146,1). Sum of RGB (Red+Green+Blue) = 246+146+1=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F69201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69201 is #096DFE. Grayscale: #A0A0A0. Windows color (decimal): -617983 or 103158. OLE color: 103158.
HSL color Cylindrical-coordinate representation of color #F69201: hue angle of 35.51º 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 #F69201 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.04 |
| HSL | 35.51º | 0.99% | 0.48% | - |
| HSV(B) | 35.51º | 1% | 0.96% | - |
| XYZ | 48.29 | 40.15 | 5.23 | - |
| YUV | 159.37 | 38.63 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 1 | 0 | 0.41 | 1.00 | 0.04 | 35.51 | 0.99 | 0.48 |
| Hex | F6 | 92 | 1 | 0 | 29 | 64 | 4 | 24 | 63 | 30 |
| Octal | 366 | 222 | 1 | 0 | 51 | 144 | 4 | 44 | 143 | 60 |
| Binary | 11110110 | 10010010 | 1 | 0 | 101001 | 1100100 | 100 | 100100 | 1100011 | 110000 |
Color Harmonies of #F69201
Complementary color
Monochromatic Colors of #F69201
Black with #F69201
Text Example
Text Example
White with #F69201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69201; }
p { color: rgb(246,146,1); }
H1.HeaderClassName
{
color: #F69201;
}
.AnyTagClassName
{
color: #F69201;
}
</style>
background-color css
<style>
a { background-color: #F69201; }
a { background-color: rgb(246,146,1); }
div.DivClassName
{
background-color: #F69201;
}
.BgClassName
{
background-color: #F69201;
}
</style>
border-color css
<style>
span { border-color: #F69201; }
span { border-color: rgb(246,146,1); }
td.TdClassName
{
border-color: #F69201;
}
.TagClassName
{
border-color: #F69201;
}
</style>