Shades of Sunset Orange #F54941
Tints of Sunset Orange #F54941
RGB
CMYK
RGB Variations
Color information
#F54941 (or 0xF54941) is known color: Sunset Orange. HEX triplet: F5, 49 and 41. RGB value is (245,73,65). Sum of RGB (Red+Green+Blue) = 245+73+65=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F54941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54941 is #0AB6BE. Grayscale: #7B7B7B. Windows color (decimal): -702143 or 4278773. OLE color: 4278773.
HSL color Cylindrical-coordinate representation of color #F54941: hue angle of 2.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54941 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 65 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.04 |
| HSL | 2.67º | 0.9% | 0.61% | - |
| HSV(B) | 2.67º | 0.73% | 0.96% | - |
| XYZ | 40.99 | 24.56 | 7.58 | - |
| YUV | 123.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 65 | 0 | 0.70 | 0.73 | 0.04 | 2.67 | 0.9 | 0.61 |
| Hex | F5 | 49 | 41 | 0 | 46 | 49 | 4 | 3 | 5A | 3D |
| Octal | 365 | 111 | 101 | 0 | 106 | 111 | 4 | 3 | 132 | 75 |
| Binary | 11110101 | 1001001 | 1000001 | 0 | 1000110 | 1001001 | 100 | 11 | 1011010 | 111101 |
Color Harmonies of #F54941
Complementary color
Monochromatic Colors of #F54941
Black with #F54941
Text Example
Text Example
White with #F54941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54941; }
p { color: rgb(245,73,65); }
H1.HeaderClassName
{
color: #F54941;
}
.AnyTagClassName
{
color: #F54941;
}
</style>
background-color css
<style>
a { background-color: #F54941; }
a { background-color: rgb(245,73,65); }
div.DivClassName
{
background-color: #F54941;
}
.BgClassName
{
background-color: #F54941;
}
</style>
border-color css
<style>
span { border-color: #F54941; }
span { border-color: rgb(245,73,65); }
td.TdClassName
{
border-color: #F54941;
}
.TagClassName
{
border-color: #F54941;
}
</style>