Shades of Sunset Orange #FF483A
Tints of Sunset Orange #FF483A
RGB
CMYK
RGB Variations
Color information
#FF483A (or 0xFF483A) is known color: Sunset Orange. HEX triplet: FF, 48 and 3A. RGB value is (255,72,58). Sum of RGB (Red+Green+Blue) = 255+72+58=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF483A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF483A is #00B7C5. Grayscale: #7D7D7D. Windows color (decimal): -47046 or 3819775. OLE color: 3819775.
HSL color Cylindrical-coordinate representation of color #FF483A: hue angle of 4.26º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF483A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 58 | - |
| CMYK | 0 | 0.72 | 0.77 | 0 |
| HSL | 4.26º | 1% | 0.61% | - |
| HSV(B) | 4.26º | 0.77% | 1% | - |
| XYZ | 44.32 | 26.2 | 6.72 | - |
| YUV | 125.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 58 | 0 | 0.72 | 0.77 | 0 | 4.26 | 1 | 0.61 |
| Hex | FF | 48 | 3A | 0 | 48 | 4D | 0 | 4 | 64 | 3D |
| Octal | 377 | 110 | 72 | 0 | 110 | 115 | 0 | 4 | 144 | 75 |
| Binary | 11111111 | 1001000 | 111010 | 0 | 1001000 | 1001101 | 0 | 100 | 1100100 | 111101 |
Color Harmonies of #FF483A
Complementary color
Monochromatic Colors of #FF483A
Black with #FF483A
Text Example
Text Example
White with #FF483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF483A; }
p { color: rgb(255,72,58); }
H1.HeaderClassName
{
color: #FF483A;
}
.AnyTagClassName
{
color: #FF483A;
}
</style>
background-color css
<style>
a { background-color: #FF483A; }
a { background-color: rgb(255,72,58); }
div.DivClassName
{
background-color: #FF483A;
}
.BgClassName
{
background-color: #FF483A;
}
</style>
border-color css
<style>
span { border-color: #FF483A; }
span { border-color: rgb(255,72,58); }
td.TdClassName
{
border-color: #FF483A;
}
.TagClassName
{
border-color: #FF483A;
}
</style>