Shades of Red Orange #F7401B
Tints of Red Orange #F7401B
RGB
CMYK
RGB Variations
Color information
#F7401B (or 0xF7401B) is known color: Red Orange. HEX triplet: F7, 40 and 1B. RGB value is (247,64,27). Sum of RGB (Red+Green+Blue) = 247+64+27=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F7401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7401B is #08BFE4. Grayscale: #727272. Windows color (decimal): -573413 or 1786103. OLE color: 1786103.
HSL color Cylindrical-coordinate representation of color #F7401B: hue angle of 10.09º 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 #F7401B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.03 |
| HSL | 10.09º | 0.93% | 0.54% | - |
| HSV(B) | 10.09º | 0.89% | 0.97% | - |
| XYZ | 40.39 | 23.52 | 3.45 | - |
| YUV | 114.5 | 78.63 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 27 | 0 | 0.74 | 0.89 | 0.03 | 10.09 | 0.93 | 0.54 |
| Hex | F7 | 40 | 1B | 0 | 4A | 59 | 3 | A | 5D | 36 |
| Octal | 367 | 100 | 33 | 0 | 112 | 131 | 3 | 12 | 135 | 66 |
| Binary | 11110111 | 1000000 | 11011 | 0 | 1001010 | 1011001 | 11 | 1010 | 1011101 | 110110 |
Color Harmonies of #F7401B
Complementary color
Monochromatic Colors of #F7401B
Black with #F7401B
Text Example
Text Example
White with #F7401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7401B; }
p { color: rgb(247,64,27); }
H1.HeaderClassName
{
color: #F7401B;
}
.AnyTagClassName
{
color: #F7401B;
}
</style>
background-color css
<style>
a { background-color: #F7401B; }
a { background-color: rgb(247,64,27); }
div.DivClassName
{
background-color: #F7401B;
}
.BgClassName
{
background-color: #F7401B;
}
</style>
border-color css
<style>
span { border-color: #F7401B; }
span { border-color: rgb(247,64,27); }
td.TdClassName
{
border-color: #F7401B;
}
.TagClassName
{
border-color: #F7401B;
}
</style>