Shades of Sunset Orange #FF5349
Tints of Sunset Orange #FF5349
RGB
CMYK
RGB Variations
Color information
#FF5349 (or 0xFF5349) is known color: Sunset Orange. HEX triplet: FF, 53 and 49. RGB value is (255,83,73). Sum of RGB (Red+Green+Blue) = 255+83+73=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5349 is #00ACB6. Grayscale: #858585. Windows color (decimal): -44215 or 4805631. OLE color: 4805631.
HSL color Cylindrical-coordinate representation of color #FF5349: hue angle of 3.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF5349 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 73 | - |
| CMYK | 0 | 0.67 | 0.71 | 0 |
| HSL | 3.3º | 1% | 0.64% | - |
| HSV(B) | 3.3º | 0.71% | 1% | - |
| XYZ | 45.54 | 27.93 | 9.29 | - |
| YUV | 133.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 73 | 0 | 0.67 | 0.71 | 0 | 3.3 | 1 | 0.64 |
| Hex | FF | 53 | 49 | 0 | 43 | 47 | 0 | 3 | 64 | 40 |
| Octal | 377 | 123 | 111 | 0 | 103 | 107 | 0 | 3 | 144 | 100 |
| Binary | 11111111 | 1010011 | 1001001 | 0 | 1000011 | 1000111 | 0 | 11 | 1100100 | 1000000 |
Color Harmonies of #FF5349
Complementary color
Monochromatic Colors of #FF5349
Black with #FF5349
Text Example
Text Example
White with #FF5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5349; }
p { color: rgb(255,83,73); }
H1.HeaderClassName
{
color: #FF5349;
}
.AnyTagClassName
{
color: #FF5349;
}
</style>
background-color css
<style>
a { background-color: #FF5349; }
a { background-color: rgb(255,83,73); }
div.DivClassName
{
background-color: #FF5349;
}
.BgClassName
{
background-color: #FF5349;
}
</style>
border-color css
<style>
span { border-color: #FF5349; }
span { border-color: rgb(255,83,73); }
td.TdClassName
{
border-color: #FF5349;
}
.TagClassName
{
border-color: #FF5349;
}
</style>