Shades of Sunset Orange #F54C48
Tints of Sunset Orange #F54C48
RGB
CMYK
RGB Variations
Color information
#F54C48 (or 0xF54C48) is known color: Sunset Orange. HEX triplet: F5, 4C and 48. RGB value is (245,76,72). Sum of RGB (Red+Green+Blue) = 245+76+72=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C48 is #0AB3B7. Grayscale: #7E7E7E. Windows color (decimal): -701368 or 4738293. OLE color: 4738293.
HSL color Cylindrical-coordinate representation of color #F54C48: hue angle of 1.39º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54C48 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 72 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.04 |
| HSL | 1.39º | 0.9% | 0.62% | - |
| HSV(B) | 1.39º | 0.71% | 0.96% | - |
| XYZ | 41.41 | 25.05 | 8.78 | - |
| YUV | 126.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 72 | 0 | 0.69 | 0.71 | 0.04 | 1.39 | 0.9 | 0.62 |
| Hex | F5 | 4C | 48 | 0 | 45 | 47 | 4 | 1 | 5A | 3E |
| Octal | 365 | 114 | 110 | 0 | 105 | 107 | 4 | 1 | 132 | 76 |
| Binary | 11110101 | 1001100 | 1001000 | 0 | 1000101 | 1000111 | 100 | 1 | 1011010 | 111110 |
Color Harmonies of #F54C48
Complementary color
Monochromatic Colors of #F54C48
Black with #F54C48
Text Example
Text Example
White with #F54C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C48; }
p { color: rgb(245,76,72); }
H1.HeaderClassName
{
color: #F54C48;
}
.AnyTagClassName
{
color: #F54C48;
}
</style>
background-color css
<style>
a { background-color: #F54C48; }
a { background-color: rgb(245,76,72); }
div.DivClassName
{
background-color: #F54C48;
}
.BgClassName
{
background-color: #F54C48;
}
</style>
border-color css
<style>
span { border-color: #F54C48; }
span { border-color: rgb(245,76,72); }
td.TdClassName
{
border-color: #F54C48;
}
.TagClassName
{
border-color: #F54C48;
}
</style>