Shades of Red Orange #F54A2A
Tints of Red Orange #F54A2A
RGB
CMYK
RGB Variations
Color information
#F54A2A (or 0xF54A2A) is known color: Red Orange. HEX triplet: F5, 4A and 2A. RGB value is (245,74,42). Sum of RGB (Red+Green+Blue) = 245+74+42=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54A2A is #0AB5D5. Grayscale: #797979. Windows color (decimal): -701910 or 2771701. OLE color: 2771701.
HSL color Cylindrical-coordinate representation of color #F54A2A: hue angle of 9.46º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F54A2A is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 42 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.04 |
| HSL | 9.46º | 0.91% | 0.56% | - |
| HSV(B) | 9.46º | 0.83% | 0.96% | - |
| XYZ | 40.52 | 24.48 | 4.78 | - |
| YUV | 121.48 | 83.15 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 42 | 0 | 0.70 | 0.83 | 0.04 | 9.46 | 0.91 | 0.56 |
| Hex | F5 | 4A | 2A | 0 | 46 | 53 | 4 | 9 | 5B | 38 |
| Octal | 365 | 112 | 52 | 0 | 106 | 123 | 4 | 11 | 133 | 70 |
| Binary | 11110101 | 1001010 | 101010 | 0 | 1000110 | 1010011 | 100 | 1001 | 1011011 | 111000 |
Color Harmonies of #F54A2A
Complementary color
Monochromatic Colors of #F54A2A
Black with #F54A2A
Text Example
Text Example
White with #F54A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A2A; }
p { color: rgb(245,74,42); }
H1.HeaderClassName
{
color: #F54A2A;
}
.AnyTagClassName
{
color: #F54A2A;
}
</style>
background-color css
<style>
a { background-color: #F54A2A; }
a { background-color: rgb(245,74,42); }
div.DivClassName
{
background-color: #F54A2A;
}
.BgClassName
{
background-color: #F54A2A;
}
</style>
border-color css
<style>
span { border-color: #F54A2A; }
span { border-color: rgb(245,74,42); }
td.TdClassName
{
border-color: #F54A2A;
}
.TagClassName
{
border-color: #F54A2A;
}
</style>