Shades of Red Orange #F7421C
Tints of Red Orange #F7421C
RGB
CMYK
RGB Variations
Color information
#F7421C (or 0xF7421C) is known color: Red Orange. HEX triplet: F7, 42 and 1C. RGB value is (247,66,28). Sum of RGB (Red+Green+Blue) = 247+66+28=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7421C is #08BDE3. Grayscale: #747474. Windows color (decimal): -572900 or 1852151. OLE color: 1852151.
HSL color Cylindrical-coordinate representation of color #F7421C: hue angle of 10.41º 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 #F7421C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.03 |
| HSL | 10.41º | 0.93% | 0.54% | - |
| HSV(B) | 10.41º | 0.89% | 0.97% | - |
| XYZ | 40.52 | 23.75 | 3.55 | - |
| YUV | 115.79 | 78.47 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 28 | 0 | 0.73 | 0.89 | 0.03 | 10.41 | 0.93 | 0.54 |
| Hex | F7 | 42 | 1C | 0 | 49 | 59 | 3 | A | 5D | 36 |
| Octal | 367 | 102 | 34 | 0 | 111 | 131 | 3 | 12 | 135 | 66 |
| Binary | 11110111 | 1000010 | 11100 | 0 | 1001001 | 1011001 | 11 | 1010 | 1011101 | 110110 |
Color Harmonies of #F7421C
Complementary color
Monochromatic Colors of #F7421C
Black with #F7421C
Text Example
Text Example
White with #F7421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7421C; }
p { color: rgb(247,66,28); }
H1.HeaderClassName
{
color: #F7421C;
}
.AnyTagClassName
{
color: #F7421C;
}
</style>
background-color css
<style>
a { background-color: #F7421C; }
a { background-color: rgb(247,66,28); }
div.DivClassName
{
background-color: #F7421C;
}
.BgClassName
{
background-color: #F7421C;
}
</style>
border-color css
<style>
span { border-color: #F7421C; }
span { border-color: rgb(247,66,28); }
td.TdClassName
{
border-color: #F7421C;
}
.TagClassName
{
border-color: #F7421C;
}
</style>