Shades of Outrageous Orange #F74F21
Tints of Outrageous Orange #F74F21
RGB
CMYK
RGB Variations
Color information
#F74F21 (or 0xF74F21) is known color: Outrageous Orange. HEX triplet: F7, 4F and 21. RGB value is (247,79,33). Sum of RGB (Red+Green+Blue) = 247+79+33=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74F21 is #08B0DE. Grayscale: #7C7C7C. Windows color (decimal): -569567 or 2183159. OLE color: 2183159.
HSL color Cylindrical-coordinate representation of color #F74F21: hue angle of 12.9º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F74F21 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 33 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.03 |
| HSL | 12.9º | 0.93% | 0.55% | - |
| HSV(B) | 12.9º | 0.87% | 0.97% | - |
| XYZ | 41.43 | 25.48 | 4.17 | - |
| YUV | 123.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 33 | 0 | 0.68 | 0.87 | 0.03 | 12.9 | 0.93 | 0.55 |
| Hex | F7 | 4F | 21 | 0 | 44 | 57 | 3 | D | 5D | 37 |
| Octal | 367 | 117 | 41 | 0 | 104 | 127 | 3 | 15 | 135 | 67 |
| Binary | 11110111 | 1001111 | 100001 | 0 | 1000100 | 1010111 | 11 | 1101 | 1011101 | 110111 |
Color Harmonies of #F74F21
Complementary color
Monochromatic Colors of #F74F21
Black with #F74F21
Text Example
Text Example
White with #F74F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F21; }
p { color: rgb(247,79,33); }
H1.HeaderClassName
{
color: #F74F21;
}
.AnyTagClassName
{
color: #F74F21;
}
</style>
background-color css
<style>
a { background-color: #F74F21; }
a { background-color: rgb(247,79,33); }
div.DivClassName
{
background-color: #F74F21;
}
.BgClassName
{
background-color: #F74F21;
}
</style>
border-color css
<style>
span { border-color: #F74F21; }
span { border-color: rgb(247,79,33); }
td.TdClassName
{
border-color: #F74F21;
}
.TagClassName
{
border-color: #F74F21;
}
</style>