Shades of Orange Red #FF480B
Tints of Orange Red #FF480B
RGB
CMYK
RGB Variations
Color information
#FF480B (or 0xFF480B) is known color: Orange Red. HEX triplet: FF, 48 and 0B. RGB value is (255,72,11). Sum of RGB (Red+Green+Blue) = 255+72+11=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF480B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF480B is #00B7F4. Grayscale: #787878. Windows color (decimal): -47093 or 739583. OLE color: 739583.
HSL color Cylindrical-coordinate representation of color #FF480B: hue angle of 15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF480B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0 |
| HSL | 15º | 1% | 0.52% | - |
| HSV(B) | 15º | 0.96% | 1% | - |
| XYZ | 43.62 | 25.92 | 3.02 | - |
| YUV | 119.76 | 66.63 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 11 | 0 | 0.72 | 0.96 | 0 | 15 | 1 | 0.52 |
| Hex | FF | 48 | B | 0 | 48 | 60 | 0 | F | 64 | 34 |
| Octal | 377 | 110 | 13 | 0 | 110 | 140 | 0 | 17 | 144 | 64 |
| Binary | 11111111 | 1001000 | 1011 | 0 | 1001000 | 1100000 | 0 | 1111 | 1100100 | 110100 |
Color Harmonies of #FF480B
Complementary color
Monochromatic Colors of #FF480B
Black with #FF480B
Text Example
Text Example
White with #FF480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF480B; }
p { color: rgb(255,72,11); }
H1.HeaderClassName
{
color: #FF480B;
}
.AnyTagClassName
{
color: #FF480B;
}
</style>
background-color css
<style>
a { background-color: #FF480B; }
a { background-color: rgb(255,72,11); }
div.DivClassName
{
background-color: #FF480B;
}
.BgClassName
{
background-color: #FF480B;
}
</style>
border-color css
<style>
span { border-color: #FF480B; }
span { border-color: rgb(255,72,11); }
td.TdClassName
{
border-color: #FF480B;
}
.TagClassName
{
border-color: #FF480B;
}
</style>