Shades of Sunset Orange #FF5551
Tints of Sunset Orange #FF5551
RGB
CMYK
RGB Variations
Color information
#FF5551 (or 0xFF5551) is known color: Sunset Orange. HEX triplet: FF, 55 and 51. RGB value is (255,85,81). Sum of RGB (Red+Green+Blue) = 255+85+81=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5551 is #00AAAE. Grayscale: #878787. Windows color (decimal): -43695 or 5330431. OLE color: 5330431.
HSL color Cylindrical-coordinate representation of color #FF5551: hue angle of 1.38º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5551 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 81 | - |
| CMYK | 0 | 0.67 | 0.68 | 0 |
| HSL | 1.38º | 1% | 0.66% | - |
| HSV(B) | 1.38º | 0.68% | 1% | - |
| XYZ | 45.97 | 28.35 | 10.83 | - |
| YUV | 135.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 81 | 0 | 0.67 | 0.68 | 0 | 1.38 | 1 | 0.66 |
| Hex | FF | 55 | 51 | 0 | 43 | 44 | 0 | 1 | 64 | 42 |
| Octal | 377 | 125 | 121 | 0 | 103 | 104 | 0 | 1 | 144 | 102 |
| Binary | 11111111 | 1010101 | 1010001 | 0 | 1000011 | 1000100 | 0 | 1 | 1100100 | 1000010 |
Color Harmonies of #FF5551
Complementary color
Monochromatic Colors of #FF5551
Black with #FF5551
Text Example
Text Example
White with #FF5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5551; }
p { color: rgb(255,85,81); }
H1.HeaderClassName
{
color: #FF5551;
}
.AnyTagClassName
{
color: #FF5551;
}
</style>
background-color css
<style>
a { background-color: #FF5551; }
a { background-color: rgb(255,85,81); }
div.DivClassName
{
background-color: #FF5551;
}
.BgClassName
{
background-color: #FF5551;
}
</style>
border-color css
<style>
span { border-color: #FF5551; }
span { border-color: rgb(255,85,81); }
td.TdClassName
{
border-color: #FF5551;
}
.TagClassName
{
border-color: #FF5551;
}
</style>