Shades of Sunset Orange #FF5555
Tints of Sunset Orange #FF5555
RGB
CMYK
RGB Variations
Color information
#FF5555 (or 0xFF5555) is known color: Sunset Orange. HEX triplet: FF, 55 and 55. RGB value is (255,85,85). Sum of RGB (Red+Green+Blue) = 255+85+85=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5555 is #00AAAA. Grayscale: #888888. Windows color (decimal): -43691 or 5592575. OLE color: 5592575.
HSL color Cylindrical-coordinate representation of color #FF5555: hue angle of 0º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5555 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 85 | - |
| CMYK | 0 | 0.67 | 0.67 | 0 |
| HSL | 0º | 1% | 0.67% | - |
| HSV(B) | 0º | 0.67% | 1% | - |
| XYZ | 46.13 | 28.41 | 11.65 | - |
| YUV | 135.83 | 99.32 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 85 | 0 | 0.67 | 0.67 | 0 | 0 | 1 | 0.67 |
| Hex | FF | 55 | 55 | 0 | 43 | 43 | 0 | 0 | 64 | 43 |
| Octal | 377 | 125 | 125 | 0 | 103 | 103 | 0 | 0 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1010101 | 0 | 1000011 | 1000011 | 0 | 0 | 1100100 | 1000011 |
Color Harmonies of #FF5555
Complementary color
Monochromatic Colors of #FF5555
Black with #FF5555
Text Example
Text Example
White with #FF5555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5555; }
p { color: rgb(255,85,85); }
H1.HeaderClassName
{
color: #FF5555;
}
.AnyTagClassName
{
color: #FF5555;
}
</style>
background-color css
<style>
a { background-color: #FF5555; }
a { background-color: rgb(255,85,85); }
div.DivClassName
{
background-color: #FF5555;
}
.BgClassName
{
background-color: #FF5555;
}
</style>
border-color css
<style>
span { border-color: #FF5555; }
span { border-color: rgb(255,85,85); }
td.TdClassName
{
border-color: #FF5555;
}
.TagClassName
{
border-color: #FF5555;
}
</style>