Shades of Sunset Orange #FF4948
Tints of Sunset Orange #FF4948
RGB
CMYK
RGB Variations
Color information
#FF4948 (or 0xFF4948) is known color: Sunset Orange. HEX triplet: FF, 49 and 48. RGB value is (255,73,72). Sum of RGB (Red+Green+Blue) = 255+73+72=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4948 is #00B6B7. Grayscale: #7F7F7F. Windows color (decimal): -46776 or 4737535. OLE color: 4737535.
HSL color Cylindrical-coordinate representation of color #FF4948: hue angle of 0.33º 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 #FF4948 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 72 | - |
| CMYK | 0 | 0.71 | 0.72 | 0 |
| HSL | 0.33º | 1% | 0.64% | - |
| HSV(B) | 0.33º | 0.72% | 1% | - |
| XYZ | 44.79 | 26.49 | 8.88 | - |
| YUV | 127.3 | 96.8 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 72 | 0 | 0.71 | 0.72 | 0 | 0.33 | 1 | 0.64 |
| Hex | FF | 49 | 48 | 0 | 47 | 48 | 0 | 0 | 64 | 40 |
| Octal | 377 | 111 | 110 | 0 | 107 | 110 | 0 | 0 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1001000 | 0 | 1000111 | 1001000 | 0 | 0 | 1100100 | 1000000 |
Color Harmonies of #FF4948
Complementary color
Monochromatic Colors of #FF4948
Black with #FF4948
Text Example
Text Example
White with #FF4948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4948; }
p { color: rgb(255,73,72); }
H1.HeaderClassName
{
color: #FF4948;
}
.AnyTagClassName
{
color: #FF4948;
}
</style>
background-color css
<style>
a { background-color: #FF4948; }
a { background-color: rgb(255,73,72); }
div.DivClassName
{
background-color: #FF4948;
}
.BgClassName
{
background-color: #FF4948;
}
</style>
border-color css
<style>
span { border-color: #FF4948; }
span { border-color: rgb(255,73,72); }
td.TdClassName
{
border-color: #FF4948;
}
.TagClassName
{
border-color: #FF4948;
}
</style>