Shades of Sunset Orange #FF5150
Tints of Sunset Orange #FF5150
RGB
CMYK
RGB Variations
Color information
#FF5150 (or 0xFF5150) is known color: Sunset Orange. HEX triplet: FF, 51 and 50. RGB value is (255,81,80). Sum of RGB (Red+Green+Blue) = 255+81+80=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5150 is #00AEAF. Grayscale: #858585. Windows color (decimal): -44720 or 5263871. OLE color: 5263871.
HSL color Cylindrical-coordinate representation of color #FF5150: hue angle of 0.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5150 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 80 | - |
| CMYK | 0 | 0.68 | 0.69 | 0 |
| HSL | 0.34º | 1% | 0.66% | - |
| HSV(B) | 0.34º | 0.69% | 1% | - |
| XYZ | 45.63 | 27.72 | 10.54 | - |
| YUV | 132.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 80 | 0 | 0.68 | 0.69 | 0 | 0.34 | 1 | 0.66 |
| Hex | FF | 51 | 50 | 0 | 44 | 45 | 0 | 0 | 64 | 42 |
| Octal | 377 | 121 | 120 | 0 | 104 | 105 | 0 | 0 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1010000 | 0 | 1000100 | 1000101 | 0 | 0 | 1100100 | 1000010 |
Color Harmonies of #FF5150
Complementary color
Monochromatic Colors of #FF5150
Black with #FF5150
Text Example
Text Example
White with #FF5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5150; }
p { color: rgb(255,81,80); }
H1.HeaderClassName
{
color: #FF5150;
}
.AnyTagClassName
{
color: #FF5150;
}
</style>
background-color css
<style>
a { background-color: #FF5150; }
a { background-color: rgb(255,81,80); }
div.DivClassName
{
background-color: #FF5150;
}
.BgClassName
{
background-color: #FF5150;
}
</style>
border-color css
<style>
span { border-color: #FF5150; }
span { border-color: rgb(255,81,80); }
td.TdClassName
{
border-color: #FF5150;
}
.TagClassName
{
border-color: #FF5150;
}
</style>