Shades of Orange Red #F7430B
Tints of Orange Red #F7430B
RGB
CMYK
RGB Variations
Color information
#F7430B (or 0xF7430B) is known color: Orange Red. HEX triplet: F7, 43 and 0B. RGB value is (247,67,11). Sum of RGB (Red+Green+Blue) = 247+67+11=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7430B is #08BCF4. Grayscale: #727272. Windows color (decimal): -572661 or 738295. OLE color: 738295.
HSL color Cylindrical-coordinate representation of color #F7430B: hue angle of 14.24º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7430B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.03 |
| HSL | 14.24º | 0.94% | 0.51% | - |
| HSV(B) | 14.24º | 0.96% | 0.97% | - |
| XYZ | 40.43 | 23.81 | 2.78 | - |
| YUV | 114.44 | 69.63 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 11 | 0 | 0.73 | 0.96 | 0.03 | 14.24 | 0.94 | 0.51 |
| Hex | F7 | 43 | B | 0 | 49 | 60 | 3 | E | 5E | 33 |
| Octal | 367 | 103 | 13 | 0 | 111 | 140 | 3 | 16 | 136 | 63 |
| Binary | 11110111 | 1000011 | 1011 | 0 | 1001001 | 1100000 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F7430B
Complementary color
Monochromatic Colors of #F7430B
Black with #F7430B
Text Example
Text Example
White with #F7430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7430B; }
p { color: rgb(247,67,11); }
H1.HeaderClassName
{
color: #F7430B;
}
.AnyTagClassName
{
color: #F7430B;
}
</style>
background-color css
<style>
a { background-color: #F7430B; }
a { background-color: rgb(247,67,11); }
div.DivClassName
{
background-color: #F7430B;
}
.BgClassName
{
background-color: #F7430B;
}
</style>
border-color css
<style>
span { border-color: #F7430B; }
span { border-color: rgb(247,67,11); }
td.TdClassName
{
border-color: #F7430B;
}
.TagClassName
{
border-color: #F7430B;
}
</style>