Shades of Outrageous Orange #F0602F
Tints of Outrageous Orange #F0602F
RGB
CMYK
RGB Variations
Color information
#F0602F (or 0xF0602F) is known color: Outrageous Orange. HEX triplet: F0, 60 and 2F. RGB value is (240,96,47). Sum of RGB (Red+Green+Blue) = 240+96+47=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0602F is #0F9FD0. Grayscale: #858585. Windows color (decimal): -1023953 or 3105008. OLE color: 3105008.
HSL color Cylindrical-coordinate representation of color #F0602F: hue angle of 15.23º 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 #F0602F is Cyan = 0, Magento = 0.6, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 47 | - |
| CMYK | 0 | 0.6 | 0.80 | 0.06 |
| HSL | 15.23º | 0.87% | 0.56% | - |
| HSV(B) | 15.23º | 0.8% | 0.94% | - |
| XYZ | 40.63 | 27.1 | 5.78 | - |
| YUV | 133.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 47 | 0 | 0.6 | 0.80 | 0.06 | 15.23 | 0.87 | 0.56 |
| Hex | F0 | 60 | 2F | 0 | 3C | 50 | 6 | F | 57 | 38 |
| Octal | 360 | 140 | 57 | 0 | 74 | 120 | 6 | 17 | 127 | 70 |
| Binary | 11110000 | 1100000 | 101111 | 0 | 111100 | 1010000 | 110 | 1111 | 1010111 | 111000 |
Color Harmonies of #F0602F
Complementary color
Monochromatic Colors of #F0602F
Black with #F0602F
Text Example
Text Example
White with #F0602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0602F; }
p { color: rgb(240,96,47); }
H1.HeaderClassName
{
color: #F0602F;
}
.AnyTagClassName
{
color: #F0602F;
}
</style>
background-color css
<style>
a { background-color: #F0602F; }
a { background-color: rgb(240,96,47); }
div.DivClassName
{
background-color: #F0602F;
}
.BgClassName
{
background-color: #F0602F;
}
</style>
border-color css
<style>
span { border-color: #F0602F; }
span { border-color: rgb(240,96,47); }
td.TdClassName
{
border-color: #F0602F;
}
.TagClassName
{
border-color: #F0602F;
}
</style>