Shades of Outrageous Orange #F65233
Tints of Outrageous Orange #F65233
RGB
CMYK
RGB Variations
Color information
#F65233 (or 0xF65233) is known color: Outrageous Orange. HEX triplet: F6, 52 and 33. RGB value is (246,82,51). Sum of RGB (Red+Green+Blue) = 246+82+51=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F65233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65233 is #09ADCC. Grayscale: #7F7F7F. Windows color (decimal): -634317 or 3363574. OLE color: 3363574.
HSL color Cylindrical-coordinate representation of color #F65233: hue angle of 9.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F65233 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 51 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.04 |
| HSL | 9.54º | 0.92% | 0.58% | - |
| HSV(B) | 9.54º | 0.79% | 0.96% | - |
| XYZ | 41.62 | 25.87 | 5.93 | - |
| YUV | 127.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 51 | 0 | 0.67 | 0.79 | 0.04 | 9.54 | 0.92 | 0.58 |
| Hex | F6 | 52 | 33 | 0 | 43 | 4F | 4 | A | 5C | 3A |
| Octal | 366 | 122 | 63 | 0 | 103 | 117 | 4 | 12 | 134 | 72 |
| Binary | 11110110 | 1010010 | 110011 | 0 | 1000011 | 1001111 | 100 | 1010 | 1011100 | 111010 |
Color Harmonies of #F65233
Complementary color
Monochromatic Colors of #F65233
Black with #F65233
Text Example
Text Example
White with #F65233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65233; }
p { color: rgb(246,82,51); }
H1.HeaderClassName
{
color: #F65233;
}
.AnyTagClassName
{
color: #F65233;
}
</style>
background-color css
<style>
a { background-color: #F65233; }
a { background-color: rgb(246,82,51); }
div.DivClassName
{
background-color: #F65233;
}
.BgClassName
{
background-color: #F65233;
}
</style>
border-color css
<style>
span { border-color: #F65233; }
span { border-color: rgb(246,82,51); }
td.TdClassName
{
border-color: #F65233;
}
.TagClassName
{
border-color: #F65233;
}
</style>