Shades of Sunset Orange #FF4B49
Tints of Sunset Orange #FF4B49
RGB
CMYK
RGB Variations
Color information
#FF4B49 (or 0xFF4B49) is known color: Sunset Orange. HEX triplet: FF, 4B and 49. RGB value is (255,75,73). Sum of RGB (Red+Green+Blue) = 255+75+73=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B49 is #00B4B6. Grayscale: #808080. Windows color (decimal): -46263 or 4803583. OLE color: 4803583.
HSL color Cylindrical-coordinate representation of color #FF4B49: hue angle of 0.66º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4B49 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 73 | - |
| CMYK | 0 | 0.71 | 0.71 | 0 |
| HSL | 0.66º | 1% | 0.64% | - |
| HSV(B) | 0.66º | 0.71% | 1% | - |
| XYZ | 44.96 | 26.77 | 9.1 | - |
| YUV | 128.59 | 96.63 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 73 | 0 | 0.71 | 0.71 | 0 | 0.66 | 1 | 0.64 |
| Hex | FF | 4B | 49 | 0 | 47 | 47 | 0 | 1 | 64 | 40 |
| Octal | 377 | 113 | 111 | 0 | 107 | 107 | 0 | 1 | 144 | 100 |
| Binary | 11111111 | 1001011 | 1001001 | 0 | 1000111 | 1000111 | 0 | 1 | 1100100 | 1000000 |
Color Harmonies of #FF4B49
Complementary color
Monochromatic Colors of #FF4B49
Black with #FF4B49
Text Example
Text Example
White with #FF4B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B49; }
p { color: rgb(255,75,73); }
H1.HeaderClassName
{
color: #FF4B49;
}
.AnyTagClassName
{
color: #FF4B49;
}
</style>
background-color css
<style>
a { background-color: #FF4B49; }
a { background-color: rgb(255,75,73); }
div.DivClassName
{
background-color: #FF4B49;
}
.BgClassName
{
background-color: #FF4B49;
}
</style>
border-color css
<style>
span { border-color: #FF4B49; }
span { border-color: rgb(255,75,73); }
td.TdClassName
{
border-color: #FF4B49;
}
.TagClassName
{
border-color: #FF4B49;
}
</style>