Shades of Sunset Orange #F0514C
Tints of Sunset Orange #F0514C
RGB
CMYK
RGB Variations
Color information
#F0514C (or 0xF0514C) is known color: Sunset Orange. HEX triplet: F0, 51 and 4C. RGB value is (240,81,76). Sum of RGB (Red+Green+Blue) = 240+81+76=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0514C is #0FAEB3. Grayscale: #808080. Windows color (decimal): -1027764 or 5001712. OLE color: 5001712.
HSL color Cylindrical-coordinate representation of color #F0514C: hue angle of 1.83º degrees, saturation: 0.85, 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 #F0514C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 76 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.06 |
| HSL | 1.83º | 0.85% | 0.62% | - |
| HSV(B) | 1.83º | 0.68% | 0.94% | - |
| XYZ | 40.18 | 24.93 | 9.53 | - |
| YUV | 127.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 76 | 0 | 0.66 | 0.68 | 0.06 | 1.83 | 0.85 | 0.62 |
| Hex | F0 | 51 | 4C | 0 | 42 | 44 | 6 | 2 | 55 | 3E |
| Octal | 360 | 121 | 114 | 0 | 102 | 104 | 6 | 2 | 125 | 76 |
| Binary | 11110000 | 1010001 | 1001100 | 0 | 1000010 | 1000100 | 110 | 10 | 1010101 | 111110 |
Color Harmonies of #F0514C
Complementary color
Monochromatic Colors of #F0514C
Black with #F0514C
Text Example
Text Example
White with #F0514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0514C; }
p { color: rgb(240,81,76); }
H1.HeaderClassName
{
color: #F0514C;
}
.AnyTagClassName
{
color: #F0514C;
}
</style>
background-color css
<style>
a { background-color: #F0514C; }
a { background-color: rgb(240,81,76); }
div.DivClassName
{
background-color: #F0514C;
}
.BgClassName
{
background-color: #F0514C;
}
</style>
border-color css
<style>
span { border-color: #F0514C; }
span { border-color: rgb(240,81,76); }
td.TdClassName
{
border-color: #F0514C;
}
.TagClassName
{
border-color: #F0514C;
}
</style>