Shades of Red Orange #FF4830
Tints of Red Orange #FF4830
RGB
CMYK
RGB Variations
Color information
#FF4830 (or 0xFF4830) is known color: Red Orange. HEX triplet: FF, 48 and 30. RGB value is (255,72,48). Sum of RGB (Red+Green+Blue) = 255+72+48=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4830 is #00B7CF. Grayscale: #7C7C7C. Windows color (decimal): -47056 or 3164415. OLE color: 3164415.
HSL color Cylindrical-coordinate representation of color #FF4830: hue angle of 6.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF4830 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 48 | - |
| CMYK | 0 | 0.72 | 0.81 | 0 |
| HSL | 6.96º | 1% | 0.59% | - |
| HSV(B) | 6.96º | 0.81% | 1% | - |
| XYZ | 44.09 | 26.11 | 5.51 | - |
| YUV | 123.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 48 | 0 | 0.72 | 0.81 | 0 | 6.96 | 1 | 0.59 |
| Hex | FF | 48 | 30 | 0 | 48 | 51 | 0 | 7 | 64 | 3B |
| Octal | 377 | 110 | 60 | 0 | 110 | 121 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1001000 | 110000 | 0 | 1001000 | 1010001 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF4830
Complementary color
Monochromatic Colors of #FF4830
Black with #FF4830
Text Example
Text Example
White with #FF4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4830; }
p { color: rgb(255,72,48); }
H1.HeaderClassName
{
color: #FF4830;
}
.AnyTagClassName
{
color: #FF4830;
}
</style>
background-color css
<style>
a { background-color: #FF4830; }
a { background-color: rgb(255,72,48); }
div.DivClassName
{
background-color: #FF4830;
}
.BgClassName
{
background-color: #FF4830;
}
</style>
border-color css
<style>
span { border-color: #FF4830; }
span { border-color: rgb(255,72,48); }
td.TdClassName
{
border-color: #FF4830;
}
.TagClassName
{
border-color: #FF4830;
}
</style>