Shades of Sunset Orange #FF5347
Tints of Sunset Orange #FF5347
RGB
CMYK
RGB Variations
Color information
#FF5347 (or 0xFF5347) is known color: Sunset Orange. HEX triplet: FF, 53 and 47. RGB value is (255,83,71). Sum of RGB (Red+Green+Blue) = 255+83+71=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5347 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5347 is #00ACB8. Grayscale: #858585. Windows color (decimal): -44217 or 4674559. OLE color: 4674559.
HSL color Cylindrical-coordinate representation of color #FF5347: hue angle of 3.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF5347 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 71 | - |
| CMYK | 0 | 0.67 | 0.72 | 0 |
| HSL | 3.91º | 1% | 0.64% | - |
| HSV(B) | 3.91º | 0.72% | 1% | - |
| XYZ | 45.47 | 27.9 | 8.95 | - |
| YUV | 133.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 71 | 0 | 0.67 | 0.72 | 0 | 3.91 | 1 | 0.64 |
| Hex | FF | 53 | 47 | 0 | 43 | 48 | 0 | 4 | 64 | 40 |
| Octal | 377 | 123 | 107 | 0 | 103 | 110 | 0 | 4 | 144 | 100 |
| Binary | 11111111 | 1010011 | 1000111 | 0 | 1000011 | 1001000 | 0 | 100 | 1100100 | 1000000 |
Color Harmonies of #FF5347
Complementary color
Monochromatic Colors of #FF5347
Black with #FF5347
Text Example
Text Example
White with #FF5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5347; }
p { color: rgb(255,83,71); }
H1.HeaderClassName
{
color: #FF5347;
}
.AnyTagClassName
{
color: #FF5347;
}
</style>
background-color css
<style>
a { background-color: #FF5347; }
a { background-color: rgb(255,83,71); }
div.DivClassName
{
background-color: #FF5347;
}
.BgClassName
{
background-color: #FF5347;
}
</style>
border-color css
<style>
span { border-color: #FF5347; }
span { border-color: rgb(255,83,71); }
td.TdClassName
{
border-color: #FF5347;
}
.TagClassName
{
border-color: #FF5347;
}
</style>