Shades of Orange Red #FF480D
Tints of Orange Red #FF480D
RGB
CMYK
RGB Variations
Color information
#FF480D (or 0xFF480D) is known color: Orange Red. HEX triplet: FF, 48 and 0D. RGB value is (255,72,13). Sum of RGB (Red+Green+Blue) = 255+72+13=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF480D is #00B7F2. Grayscale: #787878. Windows color (decimal): -47091 or 870655. OLE color: 870655.
HSL color Cylindrical-coordinate representation of color #FF480D: hue angle of 14.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF480D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0 |
| HSL | 14.63º | 1% | 0.53% | - |
| HSV(B) | 14.63º | 0.95% | 1% | - |
| XYZ | 43.63 | 25.92 | 3.09 | - |
| YUV | 119.99 | 67.63 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 13 | 0 | 0.72 | 0.95 | 0 | 14.63 | 1 | 0.53 |
| Hex | FF | 48 | D | 0 | 48 | 5F | 0 | F | 64 | 35 |
| Octal | 377 | 110 | 15 | 0 | 110 | 137 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001000 | 1101 | 0 | 1001000 | 1011111 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF480D
Complementary color
Monochromatic Colors of #FF480D
Black with #FF480D
Text Example
Text Example
White with #FF480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF480D; }
p { color: rgb(255,72,13); }
H1.HeaderClassName
{
color: #FF480D;
}
.AnyTagClassName
{
color: #FF480D;
}
</style>
background-color css
<style>
a { background-color: #FF480D; }
a { background-color: rgb(255,72,13); }
div.DivClassName
{
background-color: #FF480D;
}
.BgClassName
{
background-color: #FF480D;
}
</style>
border-color css
<style>
span { border-color: #FF480D; }
span { border-color: rgb(255,72,13); }
td.TdClassName
{
border-color: #FF480D;
}
.TagClassName
{
border-color: #FF480D;
}
</style>