Shades of Outrageous Orange #F75E3C
Tints of Outrageous Orange #F75E3C
RGB
CMYK
RGB Variations
Color information
#F75E3C (or 0xF75E3C) is known color: Outrageous Orange. HEX triplet: F7, 5E and 3C. RGB value is (247,94,60). Sum of RGB (Red+Green+Blue) = 247+94+60=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75E3C is #08A1C3. Grayscale: #888888. Windows color (decimal): -565700 or 3956471. OLE color: 3956471.
HSL color Cylindrical-coordinate representation of color #F75E3C: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F75E3C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 94 | 60 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.03 |
| HSL | 10.91º | 0.92% | 0.6% | - |
| HSV(B) | 10.91º | 0.76% | 0.97% | - |
| XYZ | 43.18 | 28.11 | 7.42 | - |
| YUV | 135.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 60 | 0 | 0.62 | 0.76 | 0.03 | 10.91 | 0.92 | 0.6 |
| Hex | F7 | 5E | 3C | 0 | 3E | 4C | 3 | B | 5C | 3C |
| Octal | 367 | 136 | 74 | 0 | 76 | 114 | 3 | 13 | 134 | 74 |
| Binary | 11110111 | 1011110 | 111100 | 0 | 111110 | 1001100 | 11 | 1011 | 1011100 | 111100 |
Color Harmonies of #F75E3C
Complementary color
Monochromatic Colors of #F75E3C
Black with #F75E3C
Text Example
Text Example
White with #F75E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75E3C; }
p { color: rgb(247,94,60); }
H1.HeaderClassName
{
color: #F75E3C;
}
.AnyTagClassName
{
color: #F75E3C;
}
</style>
background-color css
<style>
a { background-color: #F75E3C; }
a { background-color: rgb(247,94,60); }
div.DivClassName
{
background-color: #F75E3C;
}
.BgClassName
{
background-color: #F75E3C;
}
</style>
border-color css
<style>
span { border-color: #F75E3C; }
span { border-color: rgb(247,94,60); }
td.TdClassName
{
border-color: #F75E3C;
}
.TagClassName
{
border-color: #F75E3C;
}
</style>