Shades of Dark Orange #F69500
Tints of Dark Orange #F69500
RGB
CMYK
RGB Variations
Color information
#F69500 (or 0xF69500) is known color: Dark Orange. HEX triplet: F6, 95 and 00. RGB value is (246,149,0). Sum of RGB (Red+Green+Blue) = 246+149+0=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F69500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69500 is #096AFF. Grayscale: #A1A1A1. Windows color (decimal): -617216 or 38390. OLE color: 38390.
HSL color Cylindrical-coordinate representation of color #F69500: hue angle of 36.34º 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 #F69500 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.04 |
| HSL | 36.34º | 1% | 0.48% | - |
| HSV(B) | 36.34º | 1% | 0.96% | - |
| XYZ | 48.75 | 41.09 | 5.36 | - |
| YUV | 161.02 | 37.14 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 0 | 0 | 0.39 | 1 | 0.04 | 36.34 | 1 | 0.48 |
| Hex | F6 | 95 | 0 | 0 | 27 | 64 | 4 | 24 | 64 | 30 |
| Octal | 366 | 225 | 0 | 0 | 47 | 144 | 4 | 44 | 144 | 60 |
| Binary | 11110110 | 10010101 | 0 | 0 | 100111 | 1100100 | 100 | 100100 | 1100100 | 110000 |
Color Harmonies of #F69500
Complementary color
Monochromatic Colors of #F69500
Black with #F69500
Text Example
Text Example
White with #F69500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69500; }
p { color: rgb(246,149,0); }
H1.HeaderClassName
{
color: #F69500;
}
.AnyTagClassName
{
color: #F69500;
}
</style>
background-color css
<style>
a { background-color: #F69500; }
a { background-color: rgb(246,149,0); }
div.DivClassName
{
background-color: #F69500;
}
.BgClassName
{
background-color: #F69500;
}
</style>
border-color css
<style>
span { border-color: #F69500; }
span { border-color: rgb(246,149,0); }
td.TdClassName
{
border-color: #F69500;
}
.TagClassName
{
border-color: #F69500;
}
</style>