Shades of Red Orange #FF481F
Tints of Red Orange #FF481F
RGB
CMYK
RGB Variations
Color information
#FF481F (or 0xFF481F) is known color: Red Orange. HEX triplet: FF, 48 and 1F. RGB value is (255,72,31). Sum of RGB (Red+Green+Blue) = 255+72+31=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF481F is #00B7E0. Grayscale: #7A7A7A. Windows color (decimal): -47073 or 2050303. OLE color: 2050303.
HSL color Cylindrical-coordinate representation of color #FF481F: hue angle of 10.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF481F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 31 | - |
| CMYK | 0 | 0.72 | 0.88 | 0 |
| HSL | 10.98º | 1% | 0.56% | - |
| HSV(B) | 10.98º | 0.88% | 1% | - |
| XYZ | 43.8 | 25.99 | 4 | - |
| YUV | 122.04 | 76.63 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 31 | 0 | 0.72 | 0.88 | 0 | 10.98 | 1 | 0.56 |
| Hex | FF | 48 | 1F | 0 | 48 | 58 | 0 | B | 64 | 38 |
| Octal | 377 | 110 | 37 | 0 | 110 | 130 | 0 | 13 | 144 | 70 |
| Binary | 11111111 | 1001000 | 11111 | 0 | 1001000 | 1011000 | 0 | 1011 | 1100100 | 111000 |
Color Harmonies of #FF481F
Complementary color
Monochromatic Colors of #FF481F
Black with #FF481F
Text Example
Text Example
White with #FF481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF481F; }
p { color: rgb(255,72,31); }
H1.HeaderClassName
{
color: #FF481F;
}
.AnyTagClassName
{
color: #FF481F;
}
</style>
background-color css
<style>
a { background-color: #FF481F; }
a { background-color: rgb(255,72,31); }
div.DivClassName
{
background-color: #FF481F;
}
.BgClassName
{
background-color: #FF481F;
}
</style>
border-color css
<style>
span { border-color: #FF481F; }
span { border-color: rgb(255,72,31); }
td.TdClassName
{
border-color: #FF481F;
}
.TagClassName
{
border-color: #FF481F;
}
</style>