Shades of Orange Red #F7430C
Tints of Orange Red #F7430C
RGB
CMYK
RGB Variations
Color information
#F7430C (or 0xF7430C) is known color: Orange Red. HEX triplet: F7, 43 and 0C. RGB value is (247,67,12). Sum of RGB (Red+Green+Blue) = 247+67+12=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7430C is #08BCF3. Grayscale: #727272. Windows color (decimal): -572660 or 803831. OLE color: 803831.
HSL color Cylindrical-coordinate representation of color #F7430C: hue angle of 14.04º 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 #F7430C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.03 |
| HSL | 14.04º | 0.94% | 0.51% | - |
| HSV(B) | 14.04º | 0.95% | 0.97% | - |
| XYZ | 40.43 | 23.82 | 2.81 | - |
| YUV | 114.55 | 70.13 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 12 | 0 | 0.73 | 0.95 | 0.03 | 14.04 | 0.94 | 0.51 |
| Hex | F7 | 43 | C | 0 | 49 | 5F | 3 | E | 5E | 33 |
| Octal | 367 | 103 | 14 | 0 | 111 | 137 | 3 | 16 | 136 | 63 |
| Binary | 11110111 | 1000011 | 1100 | 0 | 1001001 | 1011111 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F7430C
Complementary color
Monochromatic Colors of #F7430C
Black with #F7430C
Text Example
Text Example
White with #F7430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7430C; }
p { color: rgb(247,67,12); }
H1.HeaderClassName
{
color: #F7430C;
}
.AnyTagClassName
{
color: #F7430C;
}
</style>
background-color css
<style>
a { background-color: #F7430C; }
a { background-color: rgb(247,67,12); }
div.DivClassName
{
background-color: #F7430C;
}
.BgClassName
{
background-color: #F7430C;
}
</style>
border-color css
<style>
span { border-color: #F7430C; }
span { border-color: rgb(247,67,12); }
td.TdClassName
{
border-color: #F7430C;
}
.TagClassName
{
border-color: #F7430C;
}
</style>