Shades of Outrageous Orange #F0633A
Tints of Outrageous Orange #F0633A
RGB
CMYK
RGB Variations
Color information
#F0633A (or 0xF0633A) is known color: Outrageous Orange. HEX triplet: F0, 63 and 3A. RGB value is (240,99,58). Sum of RGB (Red+Green+Blue) = 240+99+58=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0633A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0633A is #0F9CC5. Grayscale: #888888. Windows color (decimal): -1023174 or 3826672. OLE color: 3826672.
HSL color Cylindrical-coordinate representation of color #F0633A: hue angle of 13.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0633A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 58 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.06 |
| HSL | 13.52º | 0.86% | 0.58% | - |
| HSV(B) | 13.52º | 0.76% | 0.94% | - |
| XYZ | 41.16 | 27.75 | 7.19 | - |
| YUV | 136.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 58 | 0 | 0.59 | 0.76 | 0.06 | 13.52 | 0.86 | 0.58 |
| Hex | F0 | 63 | 3A | 0 | 3B | 4C | 6 | E | 56 | 3A |
| Octal | 360 | 143 | 72 | 0 | 73 | 114 | 6 | 16 | 126 | 72 |
| Binary | 11110000 | 1100011 | 111010 | 0 | 111011 | 1001100 | 110 | 1110 | 1010110 | 111010 |
Color Harmonies of #F0633A
Complementary color
Monochromatic Colors of #F0633A
Black with #F0633A
Text Example
Text Example
White with #F0633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0633A; }
p { color: rgb(240,99,58); }
H1.HeaderClassName
{
color: #F0633A;
}
.AnyTagClassName
{
color: #F0633A;
}
</style>
background-color css
<style>
a { background-color: #F0633A; }
a { background-color: rgb(240,99,58); }
div.DivClassName
{
background-color: #F0633A;
}
.BgClassName
{
background-color: #F0633A;
}
</style>
border-color css
<style>
span { border-color: #F0633A; }
span { border-color: rgb(240,99,58); }
td.TdClassName
{
border-color: #F0633A;
}
.TagClassName
{
border-color: #F0633A;
}
</style>