Shades of Sunset Orange #F0514E
Tints of Sunset Orange #F0514E
RGB
CMYK
RGB Variations
Color information
#F0514E (or 0xF0514E) is known color: Sunset Orange. HEX triplet: F0, 51 and 4E. RGB value is (240,81,78). Sum of RGB (Red+Green+Blue) = 240+81+78=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0514E is #0FAEB1. Grayscale: #808080. Windows color (decimal): -1027762 or 5132784. OLE color: 5132784.
HSL color Cylindrical-coordinate representation of color #F0514E: hue angle of 1.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0514E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 78 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.06 |
| HSL | 1.11º | 0.84% | 0.62% | - |
| HSV(B) | 1.11º | 0.68% | 0.94% | - |
| XYZ | 40.25 | 24.96 | 9.9 | - |
| YUV | 128.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 78 | 0 | 0.66 | 0.68 | 0.06 | 1.11 | 0.84 | 0.62 |
| Hex | F0 | 51 | 4E | 0 | 42 | 44 | 6 | 1 | 54 | 3E |
| Octal | 360 | 121 | 116 | 0 | 102 | 104 | 6 | 1 | 124 | 76 |
| Binary | 11110000 | 1010001 | 1001110 | 0 | 1000010 | 1000100 | 110 | 1 | 1010100 | 111110 |
Color Harmonies of #F0514E
Complementary color
Monochromatic Colors of #F0514E
Black with #F0514E
Text Example
Text Example
White with #F0514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0514E; }
p { color: rgb(240,81,78); }
H1.HeaderClassName
{
color: #F0514E;
}
.AnyTagClassName
{
color: #F0514E;
}
</style>
background-color css
<style>
a { background-color: #F0514E; }
a { background-color: rgb(240,81,78); }
div.DivClassName
{
background-color: #F0514E;
}
.BgClassName
{
background-color: #F0514E;
}
</style>
border-color css
<style>
span { border-color: #F0514E; }
span { border-color: rgb(240,81,78); }
td.TdClassName
{
border-color: #F0514E;
}
.TagClassName
{
border-color: #F0514E;
}
</style>