Shades of Outrageous Orange #F65828
Tints of Outrageous Orange #F65828
RGB
CMYK
RGB Variations
Color information
#F65828 (or 0xF65828) is known color: Outrageous Orange. HEX triplet: F6, 58 and 28. RGB value is (246,88,40). Sum of RGB (Red+Green+Blue) = 246+88+40=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F65828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65828 is #09A7D7. Grayscale: #828282. Windows color (decimal): -632792 or 2644214. OLE color: 2644214.
HSL color Cylindrical-coordinate representation of color #F65828: hue angle of 13.98º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F65828 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 40 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.04 |
| HSL | 13.98º | 0.92% | 0.56% | - |
| HSV(B) | 13.98º | 0.84% | 0.96% | - |
| XYZ | 41.88 | 26.73 | 4.96 | - |
| YUV | 129.77 | 77.35 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 40 | 0 | 0.64 | 0.84 | 0.04 | 13.98 | 0.92 | 0.56 |
| Hex | F6 | 58 | 28 | 0 | 40 | 54 | 4 | E | 5C | 38 |
| Octal | 366 | 130 | 50 | 0 | 100 | 124 | 4 | 16 | 134 | 70 |
| Binary | 11110110 | 1011000 | 101000 | 0 | 1000000 | 1010100 | 100 | 1110 | 1011100 | 111000 |
Color Harmonies of #F65828
Complementary color
Monochromatic Colors of #F65828
Black with #F65828
Text Example
Text Example
White with #F65828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65828; }
p { color: rgb(246,88,40); }
H1.HeaderClassName
{
color: #F65828;
}
.AnyTagClassName
{
color: #F65828;
}
</style>
background-color css
<style>
a { background-color: #F65828; }
a { background-color: rgb(246,88,40); }
div.DivClassName
{
background-color: #F65828;
}
.BgClassName
{
background-color: #F65828;
}
</style>
border-color css
<style>
span { border-color: #F65828; }
span { border-color: rgb(246,88,40); }
td.TdClassName
{
border-color: #F65828;
}
.TagClassName
{
border-color: #F65828;
}
</style>