Shades of Outrageous Orange #F65621
Tints of Outrageous Orange #F65621
RGB
CMYK
RGB Variations
Color information
#F65621 (or 0xF65621) is known color: Outrageous Orange. HEX triplet: F6, 56 and 21. RGB value is (246,86,33). Sum of RGB (Red+Green+Blue) = 246+86+33=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F65621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65621 is #09A9DE. Grayscale: #808080. Windows color (decimal): -633311 or 2184950. OLE color: 2184950.
HSL color Cylindrical-coordinate representation of color #F65621: hue angle of 14.93º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F65621 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 33 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.04 |
| HSL | 14.93º | 0.92% | 0.55% | - |
| HSV(B) | 14.93º | 0.87% | 0.96% | - |
| XYZ | 41.61 | 26.36 | 4.33 | - |
| YUV | 127.8 | 74.51 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 33 | 0 | 0.65 | 0.87 | 0.04 | 14.93 | 0.92 | 0.55 |
| Hex | F6 | 56 | 21 | 0 | 41 | 57 | 4 | F | 5C | 37 |
| Octal | 366 | 126 | 41 | 0 | 101 | 127 | 4 | 17 | 134 | 67 |
| Binary | 11110110 | 1010110 | 100001 | 0 | 1000001 | 1010111 | 100 | 1111 | 1011100 | 110111 |
Color Harmonies of #F65621
Complementary color
Monochromatic Colors of #F65621
Black with #F65621
Text Example
Text Example
White with #F65621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65621; }
p { color: rgb(246,86,33); }
H1.HeaderClassName
{
color: #F65621;
}
.AnyTagClassName
{
color: #F65621;
}
</style>
background-color css
<style>
a { background-color: #F65621; }
a { background-color: rgb(246,86,33); }
div.DivClassName
{
background-color: #F65621;
}
.BgClassName
{
background-color: #F65621;
}
</style>
border-color css
<style>
span { border-color: #F65621; }
span { border-color: rgb(246,86,33); }
td.TdClassName
{
border-color: #F65621;
}
.TagClassName
{
border-color: #F65621;
}
</style>