Shades of Sunset Orange #F54D40
Tints of Sunset Orange #F54D40
RGB
CMYK
RGB Variations
Color information
#F54D40 (or 0xF54D40) is known color: Sunset Orange. HEX triplet: F5, 4D and 40. RGB value is (245,77,64). Sum of RGB (Red+Green+Blue) = 245+77+64=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D40 is #0AB2BF. Grayscale: #7D7D7D. Windows color (decimal): -701120 or 4214261. OLE color: 4214261.
HSL color Cylindrical-coordinate representation of color #F54D40: hue angle of 4.31º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54D40 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 64 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.04 |
| HSL | 4.31º | 0.9% | 0.61% | - |
| HSV(B) | 4.31º | 0.74% | 0.96% | - |
| XYZ | 41.24 | 25.09 | 7.52 | - |
| YUV | 125.75 | 93.16 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 64 | 0 | 0.69 | 0.74 | 0.04 | 4.31 | 0.9 | 0.61 |
| Hex | F5 | 4D | 40 | 0 | 45 | 4A | 4 | 4 | 5A | 3D |
| Octal | 365 | 115 | 100 | 0 | 105 | 112 | 4 | 4 | 132 | 75 |
| Binary | 11110101 | 1001101 | 1000000 | 0 | 1000101 | 1001010 | 100 | 100 | 1011010 | 111101 |
Color Harmonies of #F54D40
Complementary color
Monochromatic Colors of #F54D40
Black with #F54D40
Text Example
Text Example
White with #F54D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D40; }
p { color: rgb(245,77,64); }
H1.HeaderClassName
{
color: #F54D40;
}
.AnyTagClassName
{
color: #F54D40;
}
</style>
background-color css
<style>
a { background-color: #F54D40; }
a { background-color: rgb(245,77,64); }
div.DivClassName
{
background-color: #F54D40;
}
.BgClassName
{
background-color: #F54D40;
}
</style>
border-color css
<style>
span { border-color: #F54D40; }
span { border-color: rgb(245,77,64); }
td.TdClassName
{
border-color: #F54D40;
}
.TagClassName
{
border-color: #F54D40;
}
</style>