Shades of Outrageous Orange #F75C2E
Tints of Outrageous Orange #F75C2E
RGB
CMYK
RGB Variations
Color information
#F75C2E (or 0xF75C2E) is known color: Outrageous Orange. HEX triplet: F7, 5C and 2E. RGB value is (247,92,46). Sum of RGB (Red+Green+Blue) = 247+92+46=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75C2E is #08A3D1. Grayscale: #858585. Windows color (decimal): -566226 or 3038455. OLE color: 3038455.
HSL color Cylindrical-coordinate representation of color #F75C2E: hue angle of 13.73º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F75C2E is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 46 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.03 |
| HSL | 13.73º | 0.93% | 0.57% | - |
| HSV(B) | 13.73º | 0.81% | 0.97% | - |
| XYZ | 42.68 | 27.63 | 5.67 | - |
| YUV | 133.1 | 78.85 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 46 | 0 | 0.63 | 0.81 | 0.03 | 13.73 | 0.93 | 0.57 |
| Hex | F7 | 5C | 2E | 0 | 3F | 51 | 3 | E | 5D | 39 |
| Octal | 367 | 134 | 56 | 0 | 77 | 121 | 3 | 16 | 135 | 71 |
| Binary | 11110111 | 1011100 | 101110 | 0 | 111111 | 1010001 | 11 | 1110 | 1011101 | 111001 |
Color Harmonies of #F75C2E
Complementary color
Monochromatic Colors of #F75C2E
Black with #F75C2E
Text Example
Text Example
White with #F75C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C2E; }
p { color: rgb(247,92,46); }
H1.HeaderClassName
{
color: #F75C2E;
}
.AnyTagClassName
{
color: #F75C2E;
}
</style>
background-color css
<style>
a { background-color: #F75C2E; }
a { background-color: rgb(247,92,46); }
div.DivClassName
{
background-color: #F75C2E;
}
.BgClassName
{
background-color: #F75C2E;
}
</style>
border-color css
<style>
span { border-color: #F75C2E; }
span { border-color: rgb(247,92,46); }
td.TdClassName
{
border-color: #F75C2E;
}
.TagClassName
{
border-color: #F75C2E;
}
</style>