Shades of Sunset Orange #F54F40
Tints of Sunset Orange #F54F40
RGB
CMYK
RGB Variations
Color information
#F54F40 (or 0xF54F40) is known color: Sunset Orange. HEX triplet: F5, 4F and 40. RGB value is (245,79,64). Sum of RGB (Red+Green+Blue) = 245+79+64=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54F40 is #0AB0BF. Grayscale: #7F7F7F. Windows color (decimal): -700608 or 4214773. OLE color: 4214773.
HSL color Cylindrical-coordinate representation of color #F54F40: hue angle of 4.97º 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 #F54F40 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 64 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.04 |
| HSL | 4.97º | 0.9% | 0.61% | - |
| HSV(B) | 4.97º | 0.74% | 0.96% | - |
| XYZ | 41.38 | 25.37 | 7.57 | - |
| YUV | 126.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 64 | 0 | 0.68 | 0.74 | 0.04 | 4.97 | 0.9 | 0.61 |
| Hex | F5 | 4F | 40 | 0 | 44 | 4A | 4 | 5 | 5A | 3D |
| Octal | 365 | 117 | 100 | 0 | 104 | 112 | 4 | 5 | 132 | 75 |
| Binary | 11110101 | 1001111 | 1000000 | 0 | 1000100 | 1001010 | 100 | 101 | 1011010 | 111101 |
Color Harmonies of #F54F40
Complementary color
Monochromatic Colors of #F54F40
Black with #F54F40
Text Example
Text Example
White with #F54F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F40; }
p { color: rgb(245,79,64); }
H1.HeaderClassName
{
color: #F54F40;
}
.AnyTagClassName
{
color: #F54F40;
}
</style>
background-color css
<style>
a { background-color: #F54F40; }
a { background-color: rgb(245,79,64); }
div.DivClassName
{
background-color: #F54F40;
}
.BgClassName
{
background-color: #F54F40;
}
</style>
border-color css
<style>
span { border-color: #F54F40; }
span { border-color: rgb(245,79,64); }
td.TdClassName
{
border-color: #F54F40;
}
.TagClassName
{
border-color: #F54F40;
}
</style>