Shades of Red Orange #F54430
Tints of Red Orange #F54430
RGB
CMYK
RGB Variations
Color information
#F54430 (or 0xF54430) is known color: Red Orange. HEX triplet: F5, 44 and 30. RGB value is (245,68,48). Sum of RGB (Red+Green+Blue) = 245+68+48=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F54430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54430 is #0ABBCF. Grayscale: #767676. Windows color (decimal): -703440 or 3163381. OLE color: 3163381.
HSL color Cylindrical-coordinate representation of color #F54430: hue angle of 6.09º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F54430 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 48 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.04 |
| HSL | 6.09º | 0.91% | 0.57% | - |
| HSV(B) | 6.09º | 0.8% | 0.96% | - |
| XYZ | 40.26 | 23.76 | 5.26 | - |
| YUV | 118.64 | 88.14 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 48 | 0 | 0.72 | 0.80 | 0.04 | 6.09 | 0.91 | 0.57 |
| Hex | F5 | 44 | 30 | 0 | 48 | 50 | 4 | 6 | 5B | 39 |
| Octal | 365 | 104 | 60 | 0 | 110 | 120 | 4 | 6 | 133 | 71 |
| Binary | 11110101 | 1000100 | 110000 | 0 | 1001000 | 1010000 | 100 | 110 | 1011011 | 111001 |
Color Harmonies of #F54430
Complementary color
Monochromatic Colors of #F54430
Black with #F54430
Text Example
Text Example
White with #F54430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54430; }
p { color: rgb(245,68,48); }
H1.HeaderClassName
{
color: #F54430;
}
.AnyTagClassName
{
color: #F54430;
}
</style>
background-color css
<style>
a { background-color: #F54430; }
a { background-color: rgb(245,68,48); }
div.DivClassName
{
background-color: #F54430;
}
.BgClassName
{
background-color: #F54430;
}
</style>
border-color css
<style>
span { border-color: #F54430; }
span { border-color: rgb(245,68,48); }
td.TdClassName
{
border-color: #F54430;
}
.TagClassName
{
border-color: #F54430;
}
</style>