Shades of Sunset Orange #F0514B
Tints of Sunset Orange #F0514B
RGB
CMYK
RGB Variations
Color information
#F0514B (or 0xF0514B) is known color: Sunset Orange. HEX triplet: F0, 51 and 4B. RGB value is (240,81,75). Sum of RGB (Red+Green+Blue) = 240+81+75=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0514B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0514B is #0FAEB4. Grayscale: #808080. Windows color (decimal): -1027765 or 4936176. OLE color: 4936176.
HSL color Cylindrical-coordinate representation of color #F0514B: hue angle of 2.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0514B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 75 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.06 |
| HSL | 2.18º | 0.85% | 0.62% | - |
| HSV(B) | 2.18º | 0.69% | 0.94% | - |
| XYZ | 40.15 | 24.92 | 9.35 | - |
| YUV | 127.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 75 | 0 | 0.66 | 0.69 | 0.06 | 2.18 | 0.85 | 0.62 |
| Hex | F0 | 51 | 4B | 0 | 42 | 45 | 6 | 2 | 55 | 3E |
| Octal | 360 | 121 | 113 | 0 | 102 | 105 | 6 | 2 | 125 | 76 |
| Binary | 11110000 | 1010001 | 1001011 | 0 | 1000010 | 1000101 | 110 | 10 | 1010101 | 111110 |
Color Harmonies of #F0514B
Complementary color
Monochromatic Colors of #F0514B
Black with #F0514B
Text Example
Text Example
White with #F0514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0514B; }
p { color: rgb(240,81,75); }
H1.HeaderClassName
{
color: #F0514B;
}
.AnyTagClassName
{
color: #F0514B;
}
</style>
background-color css
<style>
a { background-color: #F0514B; }
a { background-color: rgb(240,81,75); }
div.DivClassName
{
background-color: #F0514B;
}
.BgClassName
{
background-color: #F0514B;
}
</style>
border-color css
<style>
span { border-color: #F0514B; }
span { border-color: rgb(240,81,75); }
td.TdClassName
{
border-color: #F0514B;
}
.TagClassName
{
border-color: #F0514B;
}
</style>