Shades of Sunset Orange #FF5542
Tints of Sunset Orange #FF5542
RGB
CMYK
RGB Variations
Color information
#FF5542 (or 0xFF5542) is known color: Sunset Orange. HEX triplet: FF, 55 and 42. RGB value is (255,85,66). Sum of RGB (Red+Green+Blue) = 255+85+66=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5542 is #00AABD. Grayscale: #858585. Windows color (decimal): -43710 or 4347391. OLE color: 4347391.
HSL color Cylindrical-coordinate representation of color #FF5542: hue angle of 6.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF5542 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 66 | - |
| CMYK | 0 | 0.67 | 0.74 | 0 |
| HSL | 6.03º | 1% | 0.63% | - |
| HSV(B) | 6.03º | 0.74% | 1% | - |
| XYZ | 45.47 | 28.15 | 8.19 | - |
| YUV | 133.66 | 89.82 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 66 | 0 | 0.67 | 0.74 | 0 | 6.03 | 1 | 0.63 |
| Hex | FF | 55 | 42 | 0 | 43 | 4A | 0 | 6 | 64 | 3F |
| Octal | 377 | 125 | 102 | 0 | 103 | 112 | 0 | 6 | 144 | 77 |
| Binary | 11111111 | 1010101 | 1000010 | 0 | 1000011 | 1001010 | 0 | 110 | 1100100 | 111111 |
Color Harmonies of #FF5542
Complementary color
Monochromatic Colors of #FF5542
Black with #FF5542
Text Example
Text Example
White with #FF5542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5542; }
p { color: rgb(255,85,66); }
H1.HeaderClassName
{
color: #FF5542;
}
.AnyTagClassName
{
color: #FF5542;
}
</style>
background-color css
<style>
a { background-color: #FF5542; }
a { background-color: rgb(255,85,66); }
div.DivClassName
{
background-color: #FF5542;
}
.BgClassName
{
background-color: #FF5542;
}
</style>
border-color css
<style>
span { border-color: #FF5542; }
span { border-color: rgb(255,85,66); }
td.TdClassName
{
border-color: #FF5542;
}
.TagClassName
{
border-color: #FF5542;
}
</style>