Shades of Outrageous Orange #F06333
Tints of Outrageous Orange #F06333
RGB
CMYK
RGB Variations
Color information
#F06333 (or 0xF06333) is known color: Outrageous Orange. HEX triplet: F0, 63 and 33. RGB value is (240,99,51). Sum of RGB (Red+Green+Blue) = 240+99+51=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F06333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06333 is #0F9CCC. Grayscale: #888888. Windows color (decimal): -1023181 or 3367920. OLE color: 3367920.
HSL color Cylindrical-coordinate representation of color #F06333: hue angle of 15.24º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F06333 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 51 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.06 |
| HSL | 15.24º | 0.86% | 0.57% | - |
| HSV(B) | 15.24º | 0.79% | 0.94% | - |
| XYZ | 40.99 | 27.69 | 6.32 | - |
| YUV | 135.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 51 | 0 | 0.59 | 0.79 | 0.06 | 15.24 | 0.86 | 0.57 |
| Hex | F0 | 63 | 33 | 0 | 3B | 4F | 6 | F | 56 | 39 |
| Octal | 360 | 143 | 63 | 0 | 73 | 117 | 6 | 17 | 126 | 71 |
| Binary | 11110000 | 1100011 | 110011 | 0 | 111011 | 1001111 | 110 | 1111 | 1010110 | 111001 |
Color Harmonies of #F06333
Complementary color
Monochromatic Colors of #F06333
Black with #F06333
Text Example
Text Example
White with #F06333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06333; }
p { color: rgb(240,99,51); }
H1.HeaderClassName
{
color: #F06333;
}
.AnyTagClassName
{
color: #F06333;
}
</style>
background-color css
<style>
a { background-color: #F06333; }
a { background-color: rgb(240,99,51); }
div.DivClassName
{
background-color: #F06333;
}
.BgClassName
{
background-color: #F06333;
}
</style>
border-color css
<style>
span { border-color: #F06333; }
span { border-color: rgb(240,99,51); }
td.TdClassName
{
border-color: #F06333;
}
.TagClassName
{
border-color: #F06333;
}
</style>