Shades of Outrageous Orange #F05F3F
Tints of Outrageous Orange #F05F3F
RGB
CMYK
RGB Variations
Color information
#F05F3F (or 0xF05F3F) is known color: Outrageous Orange. HEX triplet: F0, 5F and 3F. RGB value is (240,95,63). Sum of RGB (Red+Green+Blue) = 240+95+63=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F3F is #0FA0C0. Grayscale: #868686. Windows color (decimal): -1024193 or 4153328. OLE color: 4153328.
HSL color Cylindrical-coordinate representation of color #F05F3F: hue angle of 10.85º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F05F3F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 63 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.06 |
| HSL | 10.85º | 0.86% | 0.59% | - |
| HSV(B) | 10.85º | 0.74% | 0.94% | - |
| XYZ | 40.92 | 27.07 | 7.77 | - |
| YUV | 134.71 | 87.54 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 63 | 0 | 0.60 | 0.74 | 0.06 | 10.85 | 0.86 | 0.59 |
| Hex | F0 | 5F | 3F | 0 | 3C | 4A | 6 | B | 56 | 3B |
| Octal | 360 | 137 | 77 | 0 | 74 | 112 | 6 | 13 | 126 | 73 |
| Binary | 11110000 | 1011111 | 111111 | 0 | 111100 | 1001010 | 110 | 1011 | 1010110 | 111011 |
Color Harmonies of #F05F3F
Complementary color
Monochromatic Colors of #F05F3F
Black with #F05F3F
Text Example
Text Example
White with #F05F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F3F; }
p { color: rgb(240,95,63); }
H1.HeaderClassName
{
color: #F05F3F;
}
.AnyTagClassName
{
color: #F05F3F;
}
</style>
background-color css
<style>
a { background-color: #F05F3F; }
a { background-color: rgb(240,95,63); }
div.DivClassName
{
background-color: #F05F3F;
}
.BgClassName
{
background-color: #F05F3F;
}
</style>
border-color css
<style>
span { border-color: #F05F3F; }
span { border-color: rgb(240,95,63); }
td.TdClassName
{
border-color: #F05F3F;
}
.TagClassName
{
border-color: #F05F3F;
}
</style>