Shades of Red Orange #FF482C
Tints of Red Orange #FF482C
RGB
CMYK
RGB Variations
Color information
#FF482C (or 0xFF482C) is known color: Red Orange. HEX triplet: FF, 48 and 2C. RGB value is (255,72,44). Sum of RGB (Red+Green+Blue) = 255+72+44=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF482C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF482C is #00B7D3. Grayscale: #7B7B7B. Windows color (decimal): -47060 or 2902271. OLE color: 2902271.
HSL color Cylindrical-coordinate representation of color #FF482C: hue angle of 7.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF482C is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 44 | - |
| CMYK | 0 | 0.72 | 0.83 | 0 |
| HSL | 7.96º | 1% | 0.59% | - |
| HSV(B) | 7.96º | 0.83% | 1% | - |
| XYZ | 44.01 | 26.08 | 5.1 | - |
| YUV | 123.53 | 83.13 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 44 | 0 | 0.72 | 0.83 | 0 | 7.96 | 1 | 0.59 |
| Hex | FF | 48 | 2C | 0 | 48 | 53 | 0 | 8 | 64 | 3B |
| Octal | 377 | 110 | 54 | 0 | 110 | 123 | 0 | 10 | 144 | 73 |
| Binary | 11111111 | 1001000 | 101100 | 0 | 1001000 | 1010011 | 0 | 1000 | 1100100 | 111011 |
Color Harmonies of #FF482C
Complementary color
Monochromatic Colors of #FF482C
Black with #FF482C
Text Example
Text Example
White with #FF482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF482C; }
p { color: rgb(255,72,44); }
H1.HeaderClassName
{
color: #FF482C;
}
.AnyTagClassName
{
color: #FF482C;
}
</style>
background-color css
<style>
a { background-color: #FF482C; }
a { background-color: rgb(255,72,44); }
div.DivClassName
{
background-color: #FF482C;
}
.BgClassName
{
background-color: #FF482C;
}
</style>
border-color css
<style>
span { border-color: #FF482C; }
span { border-color: rgb(255,72,44); }
td.TdClassName
{
border-color: #FF482C;
}
.TagClassName
{
border-color: #FF482C;
}
</style>