Shades of Outrageous Orange #F65524
Tints of Outrageous Orange #F65524
RGB
CMYK
RGB Variations
Color information
#F65524 (or 0xF65524) is known color: Outrageous Orange. HEX triplet: F6, 55 and 24. RGB value is (246,85,36). Sum of RGB (Red+Green+Blue) = 246+85+36=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F65524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65524 is #09AADB. Grayscale: #7F7F7F. Windows color (decimal): -633564 or 2381302. OLE color: 2381302.
HSL color Cylindrical-coordinate representation of color #F65524: hue angle of 14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F65524 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 36 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.04 |
| HSL | 14º | 0.92% | 0.55% | - |
| HSV(B) | 14º | 0.85% | 0.96% | - |
| XYZ | 41.57 | 26.22 | 4.54 | - |
| YUV | 127.55 | 76.34 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 36 | 0 | 0.65 | 0.85 | 0.04 | 14 | 0.92 | 0.55 |
| Hex | F6 | 55 | 24 | 0 | 41 | 55 | 4 | E | 5C | 37 |
| Octal | 366 | 125 | 44 | 0 | 101 | 125 | 4 | 16 | 134 | 67 |
| Binary | 11110110 | 1010101 | 100100 | 0 | 1000001 | 1010101 | 100 | 1110 | 1011100 | 110111 |
Color Harmonies of #F65524
Complementary color
Monochromatic Colors of #F65524
Black with #F65524
Text Example
Text Example
White with #F65524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65524; }
p { color: rgb(246,85,36); }
H1.HeaderClassName
{
color: #F65524;
}
.AnyTagClassName
{
color: #F65524;
}
</style>
background-color css
<style>
a { background-color: #F65524; }
a { background-color: rgb(246,85,36); }
div.DivClassName
{
background-color: #F65524;
}
.BgClassName
{
background-color: #F65524;
}
</style>
border-color css
<style>
span { border-color: #F65524; }
span { border-color: rgb(246,85,36); }
td.TdClassName
{
border-color: #F65524;
}
.TagClassName
{
border-color: #F65524;
}
</style>