Shades of Sunset Orange #FF4A47
Tints of Sunset Orange #FF4A47
RGB
CMYK
RGB Variations
Color information
#FF4A47 (or 0xFF4A47) is known color: Sunset Orange. HEX triplet: FF, 4A and 47. RGB value is (255,74,71). Sum of RGB (Red+Green+Blue) = 255+74+71=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A47 is #00B5B8. Grayscale: #7F7F7F. Windows color (decimal): -46521 or 4672255. OLE color: 4672255.
HSL color Cylindrical-coordinate representation of color #FF4A47: hue angle of 0.98º 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 #FF4A47 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 71 | - |
| CMYK | 0 | 0.71 | 0.72 | 0 |
| HSL | 0.98º | 1% | 0.64% | - |
| HSV(B) | 0.98º | 0.72% | 1% | - |
| XYZ | 44.83 | 26.61 | 8.74 | - |
| YUV | 127.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 71 | 0 | 0.71 | 0.72 | 0 | 0.98 | 1 | 0.64 |
| Hex | FF | 4A | 47 | 0 | 47 | 48 | 0 | 1 | 64 | 40 |
| Octal | 377 | 112 | 107 | 0 | 107 | 110 | 0 | 1 | 144 | 100 |
| Binary | 11111111 | 1001010 | 1000111 | 0 | 1000111 | 1001000 | 0 | 1 | 1100100 | 1000000 |
Color Harmonies of #FF4A47
Complementary color
Monochromatic Colors of #FF4A47
Black with #FF4A47
Text Example
Text Example
White with #FF4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A47; }
p { color: rgb(255,74,71); }
H1.HeaderClassName
{
color: #FF4A47;
}
.AnyTagClassName
{
color: #FF4A47;
}
</style>
background-color css
<style>
a { background-color: #FF4A47; }
a { background-color: rgb(255,74,71); }
div.DivClassName
{
background-color: #FF4A47;
}
.BgClassName
{
background-color: #FF4A47;
}
</style>
border-color css
<style>
span { border-color: #FF4A47; }
span { border-color: rgb(255,74,71); }
td.TdClassName
{
border-color: #FF4A47;
}
.TagClassName
{
border-color: #FF4A47;
}
</style>