Shades of Sunset Orange #FF5553
Tints of Sunset Orange #FF5553
RGB
CMYK
RGB Variations
Color information
#FF5553 (or 0xFF5553) is known color: Sunset Orange. HEX triplet: FF, 55 and 53. RGB value is (255,85,83). Sum of RGB (Red+Green+Blue) = 255+85+83=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5553 is #00AAAC. Grayscale: #878787. Windows color (decimal): -43693 or 5461503. OLE color: 5461503.
HSL color Cylindrical-coordinate representation of color #FF5553: hue angle of 0.7º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5553 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 83 | - |
| CMYK | 0 | 0.67 | 0.67 | 0 |
| HSL | 0.7º | 1% | 0.66% | - |
| HSV(B) | 0.7º | 0.67% | 1% | - |
| XYZ | 46.05 | 28.38 | 11.23 | - |
| YUV | 135.6 | 98.32 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 83 | 0 | 0.67 | 0.67 | 0 | 0.7 | 1 | 0.66 |
| Hex | FF | 55 | 53 | 0 | 43 | 43 | 0 | 1 | 64 | 42 |
| Octal | 377 | 125 | 123 | 0 | 103 | 103 | 0 | 1 | 144 | 102 |
| Binary | 11111111 | 1010101 | 1010011 | 0 | 1000011 | 1000011 | 0 | 1 | 1100100 | 1000010 |
Color Harmonies of #FF5553
Complementary color
Monochromatic Colors of #FF5553
Black with #FF5553
Text Example
Text Example
White with #FF5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5553; }
p { color: rgb(255,85,83); }
H1.HeaderClassName
{
color: #FF5553;
}
.AnyTagClassName
{
color: #FF5553;
}
</style>
background-color css
<style>
a { background-color: #FF5553; }
a { background-color: rgb(255,85,83); }
div.DivClassName
{
background-color: #FF5553;
}
.BgClassName
{
background-color: #FF5553;
}
</style>
border-color css
<style>
span { border-color: #FF5553; }
span { border-color: rgb(255,85,83); }
td.TdClassName
{
border-color: #FF5553;
}
.TagClassName
{
border-color: #FF5553;
}
</style>