Shades of Red Orange #F73630
Tints of Red Orange #F73630
RGB
CMYK
RGB Variations
Color information
#F73630 (or 0xF73630) is known color: Red Orange. HEX triplet: F7, 36 and 30. RGB value is (247,54,48). Sum of RGB (Red+Green+Blue) = 247+54+48=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F73630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73630 is #08C9CF. Grayscale: #6F6F6F. Windows color (decimal): -575952 or 3159799. OLE color: 3159799.
HSL color Cylindrical-coordinate representation of color #F73630: hue angle of 1.81º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73630 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 48 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.03 |
| HSL | 1.81º | 0.93% | 0.58% | - |
| HSV(B) | 1.81º | 0.81% | 0.97% | - |
| XYZ | 40.21 | 22.63 | 5.04 | - |
| YUV | 111.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 48 | 0 | 0.78 | 0.81 | 0.03 | 1.81 | 0.93 | 0.58 |
| Hex | F7 | 36 | 30 | 0 | 4E | 51 | 3 | 2 | 5D | 3A |
| Octal | 367 | 66 | 60 | 0 | 116 | 121 | 3 | 2 | 135 | 72 |
| Binary | 11110111 | 110110 | 110000 | 0 | 1001110 | 1010001 | 11 | 10 | 1011101 | 111010 |
Color Harmonies of #F73630
Complementary color
Monochromatic Colors of #F73630
Black with #F73630
Text Example
Text Example
White with #F73630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73630; }
p { color: rgb(247,54,48); }
H1.HeaderClassName
{
color: #F73630;
}
.AnyTagClassName
{
color: #F73630;
}
</style>
background-color css
<style>
a { background-color: #F73630; }
a { background-color: rgb(247,54,48); }
div.DivClassName
{
background-color: #F73630;
}
.BgClassName
{
background-color: #F73630;
}
</style>
border-color css
<style>
span { border-color: #F73630; }
span { border-color: rgb(247,54,48); }
td.TdClassName
{
border-color: #F73630;
}
.TagClassName
{
border-color: #F73630;
}
</style>