Shades of Orange Red #F7421A
Tints of Orange Red #F7421A
RGB
CMYK
RGB Variations
Color information
#F7421A (or 0xF7421A) is known color: Orange Red. HEX triplet: F7, 42 and 1A. RGB value is (247,66,26). Sum of RGB (Red+Green+Blue) = 247+66+26=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7421A is #08BDE5. Grayscale: #737373. Windows color (decimal): -572902 or 1721079. OLE color: 1721079.
HSL color Cylindrical-coordinate representation of color #F7421A: hue angle of 10.86º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7421A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 26 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.03 |
| HSL | 10.86º | 0.93% | 0.54% | - |
| HSV(B) | 10.86º | 0.89% | 0.97% | - |
| XYZ | 40.49 | 23.75 | 3.43 | - |
| YUV | 115.56 | 77.47 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 26 | 0 | 0.73 | 0.89 | 0.03 | 10.86 | 0.93 | 0.54 |
| Hex | F7 | 42 | 1A | 0 | 49 | 59 | 3 | B | 5D | 36 |
| Octal | 367 | 102 | 32 | 0 | 111 | 131 | 3 | 13 | 135 | 66 |
| Binary | 11110111 | 1000010 | 11010 | 0 | 1001001 | 1011001 | 11 | 1011 | 1011101 | 110110 |
Color Harmonies of #F7421A
Complementary color
Monochromatic Colors of #F7421A
Black with #F7421A
Text Example
Text Example
White with #F7421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7421A; }
p { color: rgb(247,66,26); }
H1.HeaderClassName
{
color: #F7421A;
}
.AnyTagClassName
{
color: #F7421A;
}
</style>
background-color css
<style>
a { background-color: #F7421A; }
a { background-color: rgb(247,66,26); }
div.DivClassName
{
background-color: #F7421A;
}
.BgClassName
{
background-color: #F7421A;
}
</style>
border-color css
<style>
span { border-color: #F7421A; }
span { border-color: rgb(247,66,26); }
td.TdClassName
{
border-color: #F7421A;
}
.TagClassName
{
border-color: #F7421A;
}
</style>