Shades of Red Orange #F54D2B
Tints of Red Orange #F54D2B
RGB
CMYK
RGB Variations
Color information
#F54D2B (or 0xF54D2B) is known color: Red Orange. HEX triplet: F5, 4D and 2B. RGB value is (245,77,43). Sum of RGB (Red+Green+Blue) = 245+77+43=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D2B is #0AB2D4. Grayscale: #7B7B7B. Windows color (decimal): -701141 or 2838005. OLE color: 2838005.
HSL color Cylindrical-coordinate representation of color #F54D2B: hue angle of 10.1º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F54D2B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 43 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.04 |
| HSL | 10.1º | 0.91% | 0.56% | - |
| HSV(B) | 10.1º | 0.82% | 0.96% | - |
| XYZ | 40.75 | 24.89 | 4.94 | - |
| YUV | 123.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 43 | 0 | 0.69 | 0.82 | 0.04 | 10.1 | 0.91 | 0.56 |
| Hex | F5 | 4D | 2B | 0 | 45 | 52 | 4 | A | 5B | 38 |
| Octal | 365 | 115 | 53 | 0 | 105 | 122 | 4 | 12 | 133 | 70 |
| Binary | 11110101 | 1001101 | 101011 | 0 | 1000101 | 1010010 | 100 | 1010 | 1011011 | 111000 |
Color Harmonies of #F54D2B
Complementary color
Monochromatic Colors of #F54D2B
Black with #F54D2B
Text Example
Text Example
White with #F54D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D2B; }
p { color: rgb(245,77,43); }
H1.HeaderClassName
{
color: #F54D2B;
}
.AnyTagClassName
{
color: #F54D2B;
}
</style>
background-color css
<style>
a { background-color: #F54D2B; }
a { background-color: rgb(245,77,43); }
div.DivClassName
{
background-color: #F54D2B;
}
.BgClassName
{
background-color: #F54D2B;
}
</style>
border-color css
<style>
span { border-color: #F54D2B; }
span { border-color: rgb(245,77,43); }
td.TdClassName
{
border-color: #F54D2B;
}
.TagClassName
{
border-color: #F54D2B;
}
</style>