Shades of Orange Red #F7450C
Tints of Orange Red #F7450C
RGB
CMYK
RGB Variations
Color information
#F7450C (or 0xF7450C) is known color: Orange Red. HEX triplet: F7, 45 and 0C. RGB value is (247,69,12). Sum of RGB (Red+Green+Blue) = 247+69+12=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7450C is #08BAF3. Grayscale: #747474. Windows color (decimal): -572148 or 804343. OLE color: 804343.
HSL color Cylindrical-coordinate representation of color #F7450C: hue angle of 14.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7450C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.03 |
| HSL | 14.55º | 0.94% | 0.51% | - |
| HSV(B) | 14.55º | 0.95% | 0.97% | - |
| XYZ | 40.55 | 24.06 | 2.85 | - |
| YUV | 115.72 | 69.47 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 12 | 0 | 0.72 | 0.95 | 0.03 | 14.55 | 0.94 | 0.51 |
| Hex | F7 | 45 | C | 0 | 48 | 5F | 3 | F | 5E | 33 |
| Octal | 367 | 105 | 14 | 0 | 110 | 137 | 3 | 17 | 136 | 63 |
| Binary | 11110111 | 1000101 | 1100 | 0 | 1001000 | 1011111 | 11 | 1111 | 1011110 | 110011 |
Color Harmonies of #F7450C
Complementary color
Monochromatic Colors of #F7450C
Black with #F7450C
Text Example
Text Example
White with #F7450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7450C; }
p { color: rgb(247,69,12); }
H1.HeaderClassName
{
color: #F7450C;
}
.AnyTagClassName
{
color: #F7450C;
}
</style>
background-color css
<style>
a { background-color: #F7450C; }
a { background-color: rgb(247,69,12); }
div.DivClassName
{
background-color: #F7450C;
}
.BgClassName
{
background-color: #F7450C;
}
</style>
border-color css
<style>
span { border-color: #F7450C; }
span { border-color: rgb(247,69,12); }
td.TdClassName
{
border-color: #F7450C;
}
.TagClassName
{
border-color: #F7450C;
}
</style>