Shades of Outrageous Orange #F74F2B
Tints of Outrageous Orange #F74F2B
RGB
CMYK
RGB Variations
Color information
#F74F2B (or 0xF74F2B) is known color: Outrageous Orange. HEX triplet: F7, 4F and 2B. RGB value is (247,79,43). Sum of RGB (Red+Green+Blue) = 247+79+43=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74F2B is #08B0D4. Grayscale: #7D7D7D. Windows color (decimal): -569557 or 2838519. OLE color: 2838519.
HSL color Cylindrical-coordinate representation of color #F74F2B: hue angle of 10.59º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F74F2B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 43 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.03 |
| HSL | 10.59º | 0.93% | 0.57% | - |
| HSV(B) | 10.59º | 0.83% | 0.97% | - |
| XYZ | 41.59 | 25.54 | 5.02 | - |
| YUV | 125.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 43 | 0 | 0.68 | 0.83 | 0.03 | 10.59 | 0.93 | 0.57 |
| Hex | F7 | 4F | 2B | 0 | 44 | 53 | 3 | B | 5D | 39 |
| Octal | 367 | 117 | 53 | 0 | 104 | 123 | 3 | 13 | 135 | 71 |
| Binary | 11110111 | 1001111 | 101011 | 0 | 1000100 | 1010011 | 11 | 1011 | 1011101 | 111001 |
Color Harmonies of #F74F2B
Complementary color
Monochromatic Colors of #F74F2B
Black with #F74F2B
Text Example
Text Example
White with #F74F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F2B; }
p { color: rgb(247,79,43); }
H1.HeaderClassName
{
color: #F74F2B;
}
.AnyTagClassName
{
color: #F74F2B;
}
</style>
background-color css
<style>
a { background-color: #F74F2B; }
a { background-color: rgb(247,79,43); }
div.DivClassName
{
background-color: #F74F2B;
}
.BgClassName
{
background-color: #F74F2B;
}
</style>
border-color css
<style>
span { border-color: #F74F2B; }
span { border-color: rgb(247,79,43); }
td.TdClassName
{
border-color: #F74F2B;
}
.TagClassName
{
border-color: #F74F2B;
}
</style>