Shades of Outrageous Orange #F0632A
Tints of Outrageous Orange #F0632A
RGB
CMYK
RGB Variations
Color information
#F0632A (or 0xF0632A) is known color: Outrageous Orange. HEX triplet: F0, 63 and 2A. RGB value is (240,99,42). Sum of RGB (Red+Green+Blue) = 240+99+42=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0632A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0632A is #0F9CD5. Grayscale: #878787. Windows color (decimal): -1023190 or 2778096. OLE color: 2778096.
HSL color Cylindrical-coordinate representation of color #F0632A: hue angle of 17.27º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0632A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 42 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.06 |
| HSL | 17.27º | 0.87% | 0.55% | - |
| HSV(B) | 17.27º | 0.83% | 0.94% | - |
| XYZ | 40.81 | 27.62 | 5.37 | - |
| YUV | 134.66 | 75.71 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 42 | 0 | 0.59 | 0.82 | 0.06 | 17.27 | 0.87 | 0.55 |
| Hex | F0 | 63 | 2A | 0 | 3B | 52 | 6 | 11 | 57 | 37 |
| Octal | 360 | 143 | 52 | 0 | 73 | 122 | 6 | 21 | 127 | 67 |
| Binary | 11110000 | 1100011 | 101010 | 0 | 111011 | 1010010 | 110 | 10001 | 1010111 | 110111 |
Color Harmonies of #F0632A
Complementary color
Monochromatic Colors of #F0632A
Black with #F0632A
Text Example
Text Example
White with #F0632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0632A; }
p { color: rgb(240,99,42); }
H1.HeaderClassName
{
color: #F0632A;
}
.AnyTagClassName
{
color: #F0632A;
}
</style>
background-color css
<style>
a { background-color: #F0632A; }
a { background-color: rgb(240,99,42); }
div.DivClassName
{
background-color: #F0632A;
}
.BgClassName
{
background-color: #F0632A;
}
</style>
border-color css
<style>
span { border-color: #F0632A; }
span { border-color: rgb(240,99,42); }
td.TdClassName
{
border-color: #F0632A;
}
.TagClassName
{
border-color: #F0632A;
}
</style>