Shades of Sunset Orange #FF4946
Tints of Sunset Orange #FF4946
RGB
CMYK
RGB Variations
Color information
#FF4946 (or 0xFF4946) is known color: Sunset Orange. HEX triplet: FF, 49 and 46. RGB value is (255,73,70). Sum of RGB (Red+Green+Blue) = 255+73+70=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4946 is #00B6B9. Grayscale: #7F7F7F. Windows color (decimal): -46778 or 4606463. OLE color: 4606463.
HSL color Cylindrical-coordinate representation of color #FF4946: hue angle of 0.97º 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 #FF4946 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 70 | - |
| CMYK | 0 | 0.71 | 0.73 | 0 |
| HSL | 0.97º | 1% | 0.64% | - |
| HSV(B) | 0.97º | 0.73% | 1% | - |
| XYZ | 44.73 | 26.47 | 8.55 | - |
| YUV | 127.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 70 | 0 | 0.71 | 0.73 | 0 | 0.97 | 1 | 0.64 |
| Hex | FF | 49 | 46 | 0 | 47 | 49 | 0 | 1 | 64 | 40 |
| Octal | 377 | 111 | 106 | 0 | 107 | 111 | 0 | 1 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1000110 | 0 | 1000111 | 1001001 | 0 | 1 | 1100100 | 1000000 |
Color Harmonies of #FF4946
Complementary color
Monochromatic Colors of #FF4946
Black with #FF4946
Text Example
Text Example
White with #FF4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4946; }
p { color: rgb(255,73,70); }
H1.HeaderClassName
{
color: #FF4946;
}
.AnyTagClassName
{
color: #FF4946;
}
</style>
background-color css
<style>
a { background-color: #FF4946; }
a { background-color: rgb(255,73,70); }
div.DivClassName
{
background-color: #FF4946;
}
.BgClassName
{
background-color: #FF4946;
}
</style>
border-color css
<style>
span { border-color: #FF4946; }
span { border-color: rgb(255,73,70); }
td.TdClassName
{
border-color: #FF4946;
}
.TagClassName
{
border-color: #FF4946;
}
</style>