Shades of Sunset Orange #FF5346
Tints of Sunset Orange #FF5346
RGB
CMYK
RGB Variations
Color information
#FF5346 (or 0xFF5346) is known color: Sunset Orange. HEX triplet: FF, 53 and 46. RGB value is (255,83,70). Sum of RGB (Red+Green+Blue) = 255+83+70=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5346 is #00ACB9. Grayscale: #858585. Windows color (decimal): -44218 or 4609023. OLE color: 4609023.
HSL color Cylindrical-coordinate representation of color #FF5346: hue angle of 4.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF5346 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 70 | - |
| CMYK | 0 | 0.67 | 0.73 | 0 |
| HSL | 4.22º | 1% | 0.64% | - |
| HSV(B) | 4.22º | 0.73% | 1% | - |
| XYZ | 45.44 | 27.89 | 8.78 | - |
| YUV | 132.95 | 92.48 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 70 | 0 | 0.67 | 0.73 | 0 | 4.22 | 1 | 0.64 |
| Hex | FF | 53 | 46 | 0 | 43 | 49 | 0 | 4 | 64 | 40 |
| Octal | 377 | 123 | 106 | 0 | 103 | 111 | 0 | 4 | 144 | 100 |
| Binary | 11111111 | 1010011 | 1000110 | 0 | 1000011 | 1001001 | 0 | 100 | 1100100 | 1000000 |
Color Harmonies of #FF5346
Complementary color
Monochromatic Colors of #FF5346
Black with #FF5346
Text Example
Text Example
White with #FF5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5346; }
p { color: rgb(255,83,70); }
H1.HeaderClassName
{
color: #FF5346;
}
.AnyTagClassName
{
color: #FF5346;
}
</style>
background-color css
<style>
a { background-color: #FF5346; }
a { background-color: rgb(255,83,70); }
div.DivClassName
{
background-color: #FF5346;
}
.BgClassName
{
background-color: #FF5346;
}
</style>
border-color css
<style>
span { border-color: #FF5346; }
span { border-color: rgb(255,83,70); }
td.TdClassName
{
border-color: #FF5346;
}
.TagClassName
{
border-color: #FF5346;
}
</style>