Shades of Sunset Orange #FF483F
Tints of Sunset Orange #FF483F
RGB
CMYK
RGB Variations
Color information
#FF483F (or 0xFF483F) is known color: Sunset Orange. HEX triplet: FF, 48 and 3F. RGB value is (255,72,63). Sum of RGB (Red+Green+Blue) = 255+72+63=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF483F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF483F is #00B7C0. Grayscale: #7D7D7D. Windows color (decimal): -47041 or 4147455. OLE color: 4147455.
HSL color Cylindrical-coordinate representation of color #FF483F: hue angle of 2.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF483F is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 63 | - |
| CMYK | 0 | 0.72 | 0.75 | 0 |
| HSL | 2.81º | 1% | 0.62% | - |
| HSV(B) | 2.81º | 0.75% | 1% | - |
| XYZ | 44.45 | 26.25 | 7.43 | - |
| YUV | 125.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 63 | 0 | 0.72 | 0.75 | 0 | 2.81 | 1 | 0.62 |
| Hex | FF | 48 | 3F | 0 | 48 | 4B | 0 | 3 | 64 | 3E |
| Octal | 377 | 110 | 77 | 0 | 110 | 113 | 0 | 3 | 144 | 76 |
| Binary | 11111111 | 1001000 | 111111 | 0 | 1001000 | 1001011 | 0 | 11 | 1100100 | 111110 |
Color Harmonies of #FF483F
Complementary color
Monochromatic Colors of #FF483F
Black with #FF483F
Text Example
Text Example
White with #FF483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF483F; }
p { color: rgb(255,72,63); }
H1.HeaderClassName
{
color: #FF483F;
}
.AnyTagClassName
{
color: #FF483F;
}
</style>
background-color css
<style>
a { background-color: #FF483F; }
a { background-color: rgb(255,72,63); }
div.DivClassName
{
background-color: #FF483F;
}
.BgClassName
{
background-color: #FF483F;
}
</style>
border-color css
<style>
span { border-color: #FF483F; }
span { border-color: rgb(255,72,63); }
td.TdClassName
{
border-color: #FF483F;
}
.TagClassName
{
border-color: #FF483F;
}
</style>