Shades of Sunset Orange #FF4845
Tints of Sunset Orange #FF4845
RGB
CMYK
RGB Variations
Color information
#FF4845 (or 0xFF4845) is known color: Sunset Orange. HEX triplet: FF, 48 and 45. RGB value is (255,72,69). Sum of RGB (Red+Green+Blue) = 255+72+69=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4845 is #00B7BA. Grayscale: #7E7E7E. Windows color (decimal): -47035 or 4540671. OLE color: 4540671.
HSL color Cylindrical-coordinate representation of color #FF4845: 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 #FF4845 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 69 | - |
| CMYK | 0 | 0.72 | 0.73 | 0 |
| HSL | 0.97º | 1% | 0.64% | - |
| HSV(B) | 0.97º | 0.73% | 1% | - |
| XYZ | 44.63 | 26.32 | 8.36 | - |
| YUV | 126.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 69 | 0 | 0.72 | 0.73 | 0 | 0.97 | 1 | 0.64 |
| Hex | FF | 48 | 45 | 0 | 48 | 49 | 0 | 1 | 64 | 40 |
| Octal | 377 | 110 | 105 | 0 | 110 | 111 | 0 | 1 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1000101 | 0 | 1001000 | 1001001 | 0 | 1 | 1100100 | 1000000 |
Color Harmonies of #FF4845
Complementary color
Monochromatic Colors of #FF4845
Black with #FF4845
Text Example
Text Example
White with #FF4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4845; }
p { color: rgb(255,72,69); }
H1.HeaderClassName
{
color: #FF4845;
}
.AnyTagClassName
{
color: #FF4845;
}
</style>
background-color css
<style>
a { background-color: #FF4845; }
a { background-color: rgb(255,72,69); }
div.DivClassName
{
background-color: #FF4845;
}
.BgClassName
{
background-color: #FF4845;
}
</style>
border-color css
<style>
span { border-color: #FF4845; }
span { border-color: rgb(255,72,69); }
td.TdClassName
{
border-color: #FF4845;
}
.TagClassName
{
border-color: #FF4845;
}
</style>