Shades of Outrageous Orange #F65223
Tints of Outrageous Orange #F65223
RGB
CMYK
RGB Variations
Color information
#F65223 (or 0xF65223) is known color: Outrageous Orange. HEX triplet: F6, 52 and 23. RGB value is (246,82,35). Sum of RGB (Red+Green+Blue) = 246+82+35=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F65223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65223 is #09ADDC. Grayscale: #7E7E7E. Windows color (decimal): -634333 or 2314998. OLE color: 2314998.
HSL color Cylindrical-coordinate representation of color #F65223: hue angle of 13.36º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F65223 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 35 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.04 |
| HSL | 13.36º | 0.92% | 0.55% | - |
| HSV(B) | 13.36º | 0.86% | 0.96% | - |
| XYZ | 41.33 | 25.75 | 4.38 | - |
| YUV | 125.68 | 76.83 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 35 | 0 | 0.67 | 0.86 | 0.04 | 13.36 | 0.92 | 0.55 |
| Hex | F6 | 52 | 23 | 0 | 43 | 56 | 4 | D | 5C | 37 |
| Octal | 366 | 122 | 43 | 0 | 103 | 126 | 4 | 15 | 134 | 67 |
| Binary | 11110110 | 1010010 | 100011 | 0 | 1000011 | 1010110 | 100 | 1101 | 1011100 | 110111 |
Color Harmonies of #F65223
Complementary color
Monochromatic Colors of #F65223
Black with #F65223
Text Example
Text Example
White with #F65223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65223; }
p { color: rgb(246,82,35); }
H1.HeaderClassName
{
color: #F65223;
}
.AnyTagClassName
{
color: #F65223;
}
</style>
background-color css
<style>
a { background-color: #F65223; }
a { background-color: rgb(246,82,35); }
div.DivClassName
{
background-color: #F65223;
}
.BgClassName
{
background-color: #F65223;
}
</style>
border-color css
<style>
span { border-color: #F65223; }
span { border-color: rgb(246,82,35); }
td.TdClassName
{
border-color: #F65223;
}
.TagClassName
{
border-color: #F65223;
}
</style>