Shades of Outrageous Orange #F75C28
Tints of Outrageous Orange #F75C28
RGB
CMYK
RGB Variations
Color information
#F75C28 (or 0xF75C28) is known color: Outrageous Orange. HEX triplet: F7, 5C and 28. RGB value is (247,92,40). Sum of RGB (Red+Green+Blue) = 247+92+40=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75C28 is #08A3D7. Grayscale: #848484. Windows color (decimal): -566232 or 2645239. OLE color: 2645239.
HSL color Cylindrical-coordinate representation of color #F75C28: hue angle of 15.07º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F75C28 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 40 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.03 |
| HSL | 15.07º | 0.93% | 0.56% | - |
| HSV(B) | 15.07º | 0.84% | 0.97% | - |
| XYZ | 42.57 | 27.58 | 5.09 | - |
| YUV | 132.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 40 | 0 | 0.63 | 0.84 | 0.03 | 15.07 | 0.93 | 0.56 |
| Hex | F7 | 5C | 28 | 0 | 3F | 54 | 3 | F | 5D | 38 |
| Octal | 367 | 134 | 50 | 0 | 77 | 124 | 3 | 17 | 135 | 70 |
| Binary | 11110111 | 1011100 | 101000 | 0 | 111111 | 1010100 | 11 | 1111 | 1011101 | 111000 |
Color Harmonies of #F75C28
Complementary color
Monochromatic Colors of #F75C28
Black with #F75C28
Text Example
Text Example
White with #F75C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C28; }
p { color: rgb(247,92,40); }
H1.HeaderClassName
{
color: #F75C28;
}
.AnyTagClassName
{
color: #F75C28;
}
</style>
background-color css
<style>
a { background-color: #F75C28; }
a { background-color: rgb(247,92,40); }
div.DivClassName
{
background-color: #F75C28;
}
.BgClassName
{
background-color: #F75C28;
}
</style>
border-color css
<style>
span { border-color: #F75C28; }
span { border-color: rgb(247,92,40); }
td.TdClassName
{
border-color: #F75C28;
}
.TagClassName
{
border-color: #F75C28;
}
</style>