Shades of Outrageous Orange #F75F2D
Tints of Outrageous Orange #F75F2D
RGB
CMYK
RGB Variations
Color information
#F75F2D (or 0xF75F2D) is known color: Outrageous Orange. HEX triplet: F7, 5F and 2D. RGB value is (247,95,45). Sum of RGB (Red+Green+Blue) = 247+95+45=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75F2D is #08A0D2. Grayscale: #878787. Windows color (decimal): -565459 or 2973687. OLE color: 2973687.
HSL color Cylindrical-coordinate representation of color #F75F2D: hue angle of 14.85º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F75F2D is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 95 | 45 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.03 |
| HSL | 14.85º | 0.93% | 0.57% | - |
| HSV(B) | 14.85º | 0.82% | 0.97% | - |
| XYZ | 42.92 | 28.15 | 5.65 | - |
| YUV | 134.75 | 77.36 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 45 | 0 | 0.62 | 0.82 | 0.03 | 14.85 | 0.93 | 0.57 |
| Hex | F7 | 5F | 2D | 0 | 3E | 52 | 3 | F | 5D | 39 |
| Octal | 367 | 137 | 55 | 0 | 76 | 122 | 3 | 17 | 135 | 71 |
| Binary | 11110111 | 1011111 | 101101 | 0 | 111110 | 1010010 | 11 | 1111 | 1011101 | 111001 |
Color Harmonies of #F75F2D
Complementary color
Monochromatic Colors of #F75F2D
Black with #F75F2D
Text Example
Text Example
White with #F75F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75F2D; }
p { color: rgb(247,95,45); }
H1.HeaderClassName
{
color: #F75F2D;
}
.AnyTagClassName
{
color: #F75F2D;
}
</style>
background-color css
<style>
a { background-color: #F75F2D; }
a { background-color: rgb(247,95,45); }
div.DivClassName
{
background-color: #F75F2D;
}
.BgClassName
{
background-color: #F75F2D;
}
</style>
border-color css
<style>
span { border-color: #F75F2D; }
span { border-color: rgb(247,95,45); }
td.TdClassName
{
border-color: #F75F2D;
}
.TagClassName
{
border-color: #F75F2D;
}
</style>