Shades of Sunset Orange #FF473E
Tints of Sunset Orange #FF473E
RGB
CMYK
RGB Variations
Color information
#FF473E (or 0xFF473E) is known color: Sunset Orange. HEX triplet: FF, 47 and 3E. RGB value is (255,71,62). Sum of RGB (Red+Green+Blue) = 255+71+62=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF473E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF473E is #00B8C1. Grayscale: #7D7D7D. Windows color (decimal): -47298 or 4081663. OLE color: 4081663.
HSL color Cylindrical-coordinate representation of color #FF473E: hue angle of 2.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF473E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 62 | - |
| CMYK | 0 | 0.72 | 0.76 | 0 |
| HSL | 2.8º | 1% | 0.62% | - |
| HSV(B) | 2.8º | 0.76% | 1% | - |
| XYZ | 44.36 | 26.11 | 7.26 | - |
| YUV | 124.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 62 | 0 | 0.72 | 0.76 | 0 | 2.8 | 1 | 0.62 |
| Hex | FF | 47 | 3E | 0 | 48 | 4C | 0 | 3 | 64 | 3E |
| Octal | 377 | 107 | 76 | 0 | 110 | 114 | 0 | 3 | 144 | 76 |
| Binary | 11111111 | 1000111 | 111110 | 0 | 1001000 | 1001100 | 0 | 11 | 1100100 | 111110 |
Color Harmonies of #FF473E
Complementary color
Monochromatic Colors of #FF473E
Black with #FF473E
Text Example
Text Example
White with #FF473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF473E; }
p { color: rgb(255,71,62); }
H1.HeaderClassName
{
color: #FF473E;
}
.AnyTagClassName
{
color: #FF473E;
}
</style>
background-color css
<style>
a { background-color: #FF473E; }
a { background-color: rgb(255,71,62); }
div.DivClassName
{
background-color: #FF473E;
}
.BgClassName
{
background-color: #FF473E;
}
</style>
border-color css
<style>
span { border-color: #FF473E; }
span { border-color: rgb(255,71,62); }
td.TdClassName
{
border-color: #FF473E;
}
.TagClassName
{
border-color: #FF473E;
}
</style>