Shades of Outrageous Orange #F0632F
Tints of Outrageous Orange #F0632F
RGB
CMYK
RGB Variations
Color information
#F0632F (or 0xF0632F) is known color: Outrageous Orange. HEX triplet: F0, 63 and 2F. RGB value is (240,99,47). Sum of RGB (Red+Green+Blue) = 240+99+47=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0632F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0632F is #0F9CD0. Grayscale: #878787. Windows color (decimal): -1023185 or 3105776. OLE color: 3105776.
HSL color Cylindrical-coordinate representation of color #F0632F: hue angle of 16.17º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0632F is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 47 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.06 |
| HSL | 16.17º | 0.87% | 0.56% | - |
| HSV(B) | 16.17º | 0.8% | 0.94% | - |
| XYZ | 40.91 | 27.65 | 5.87 | - |
| YUV | 135.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 47 | 0 | 0.59 | 0.80 | 0.06 | 16.17 | 0.87 | 0.56 |
| Hex | F0 | 63 | 2F | 0 | 3B | 50 | 6 | 10 | 57 | 38 |
| Octal | 360 | 143 | 57 | 0 | 73 | 120 | 6 | 20 | 127 | 70 |
| Binary | 11110000 | 1100011 | 101111 | 0 | 111011 | 1010000 | 110 | 10000 | 1010111 | 111000 |
Color Harmonies of #F0632F
Complementary color
Monochromatic Colors of #F0632F
Black with #F0632F
Text Example
Text Example
White with #F0632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0632F; }
p { color: rgb(240,99,47); }
H1.HeaderClassName
{
color: #F0632F;
}
.AnyTagClassName
{
color: #F0632F;
}
</style>
background-color css
<style>
a { background-color: #F0632F; }
a { background-color: rgb(240,99,47); }
div.DivClassName
{
background-color: #F0632F;
}
.BgClassName
{
background-color: #F0632F;
}
</style>
border-color css
<style>
span { border-color: #F0632F; }
span { border-color: rgb(240,99,47); }
td.TdClassName
{
border-color: #F0632F;
}
.TagClassName
{
border-color: #F0632F;
}
</style>