Shades of Red Orange #FD481E
Tints of Red Orange #FD481E
RGB
CMYK
RGB Variations
Color information
#FD481E (or 0xFD481E) is known color: Red Orange. HEX triplet: FD, 48 and 1E. RGB value is (253,72,30). Sum of RGB (Red+Green+Blue) = 253+72+30=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD481E is #02B7E1. Grayscale: #797979. Windows color (decimal): -178146 or 1984765. OLE color: 1984765.
HSL color Cylindrical-coordinate representation of color #FD481E: hue angle of 11.3º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD481E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.01 |
| HSL | 11.3º | 0.98% | 0.55% | - |
| HSV(B) | 11.3º | 0.88% | 0.99% | - |
| XYZ | 43.06 | 25.61 | 3.9 | - |
| YUV | 121.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 30 | 0 | 0.72 | 0.88 | 0.01 | 11.3 | 0.98 | 0.55 |
| Hex | FD | 48 | 1E | 0 | 48 | 58 | 1 | B | 62 | 37 |
| Octal | 375 | 110 | 36 | 0 | 110 | 130 | 1 | 13 | 142 | 67 |
| Binary | 11111101 | 1001000 | 11110 | 0 | 1001000 | 1011000 | 1 | 1011 | 1100010 | 110111 |
Color Harmonies of #FD481E
Complementary color
Monochromatic Colors of #FD481E
Black with #FD481E
Text Example
Text Example
White with #FD481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD481E; }
p { color: rgb(253,72,30); }
H1.HeaderClassName
{
color: #FD481E;
}
.AnyTagClassName
{
color: #FD481E;
}
</style>
background-color css
<style>
a { background-color: #FD481E; }
a { background-color: rgb(253,72,30); }
div.DivClassName
{
background-color: #FD481E;
}
.BgClassName
{
background-color: #FD481E;
}
</style>
border-color css
<style>
span { border-color: #FD481E; }
span { border-color: rgb(253,72,30); }
td.TdClassName
{
border-color: #FD481E;
}
.TagClassName
{
border-color: #FD481E;
}
</style>