Shades of Sunset Orange #F54D4B
Tints of Sunset Orange #F54D4B
RGB
CMYK
RGB Variations
Color information
#F54D4B (or 0xF54D4B) is known color: Sunset Orange. HEX triplet: F5, 4D and 4B. RGB value is (245,77,75). Sum of RGB (Red+Green+Blue) = 245+77+75=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D4B is #0AB2B4. Grayscale: #7F7F7F. Windows color (decimal): -701109 or 4935157. OLE color: 4935157.
HSL color Cylindrical-coordinate representation of color #F54D4B: hue angle of 0.71º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54D4B is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 75 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.04 |
| HSL | 0.71º | 0.89% | 0.63% | - |
| HSV(B) | 0.71º | 0.69% | 0.96% | - |
| XYZ | 41.58 | 25.23 | 9.33 | - |
| YUV | 127 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 75 | 0 | 0.69 | 0.69 | 0.04 | 0.71 | 0.89 | 0.63 |
| Hex | F5 | 4D | 4B | 0 | 45 | 45 | 4 | 1 | 59 | 3F |
| Octal | 365 | 115 | 113 | 0 | 105 | 105 | 4 | 1 | 131 | 77 |
| Binary | 11110101 | 1001101 | 1001011 | 0 | 1000101 | 1000101 | 100 | 1 | 1011001 | 111111 |
Color Harmonies of #F54D4B
Complementary color
Monochromatic Colors of #F54D4B
Black with #F54D4B
Text Example
Text Example
White with #F54D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D4B; }
p { color: rgb(245,77,75); }
H1.HeaderClassName
{
color: #F54D4B;
}
.AnyTagClassName
{
color: #F54D4B;
}
</style>
background-color css
<style>
a { background-color: #F54D4B; }
a { background-color: rgb(245,77,75); }
div.DivClassName
{
background-color: #F54D4B;
}
.BgClassName
{
background-color: #F54D4B;
}
</style>
border-color css
<style>
span { border-color: #F54D4B; }
span { border-color: rgb(245,77,75); }
td.TdClassName
{
border-color: #F54D4B;
}
.TagClassName
{
border-color: #F54D4B;
}
</style>