Shades of Red Orange #FD482E
Tints of Red Orange #FD482E
RGB
CMYK
RGB Variations
Color information
#FD482E (or 0xFD482E) is known color: Red Orange. HEX triplet: FD, 48 and 2E. RGB value is (253,72,46). Sum of RGB (Red+Green+Blue) = 253+72+46=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD482E is #02B7D1. Grayscale: #7B7B7B. Windows color (decimal): -178130 or 3033341. OLE color: 3033341.
HSL color Cylindrical-coordinate representation of color #FD482E: hue angle of 7.54º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD482E is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 46 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.01 |
| HSL | 7.54º | 0.98% | 0.59% | - |
| HSV(B) | 7.54º | 0.82% | 0.99% | - |
| XYZ | 43.32 | 25.71 | 5.27 | - |
| YUV | 123.16 | 84.47 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 46 | 0 | 0.72 | 0.82 | 0.01 | 7.54 | 0.98 | 0.59 |
| Hex | FD | 48 | 2E | 0 | 48 | 52 | 1 | 8 | 62 | 3B |
| Octal | 375 | 110 | 56 | 0 | 110 | 122 | 1 | 10 | 142 | 73 |
| Binary | 11111101 | 1001000 | 101110 | 0 | 1001000 | 1010010 | 1 | 1000 | 1100010 | 111011 |
Color Harmonies of #FD482E
Complementary color
Monochromatic Colors of #FD482E
Black with #FD482E
Text Example
Text Example
White with #FD482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD482E; }
p { color: rgb(253,72,46); }
H1.HeaderClassName
{
color: #FD482E;
}
.AnyTagClassName
{
color: #FD482E;
}
</style>
background-color css
<style>
a { background-color: #FD482E; }
a { background-color: rgb(253,72,46); }
div.DivClassName
{
background-color: #FD482E;
}
.BgClassName
{
background-color: #FD482E;
}
</style>
border-color css
<style>
span { border-color: #FD482E; }
span { border-color: rgb(253,72,46); }
td.TdClassName
{
border-color: #FD482E;
}
.TagClassName
{
border-color: #FD482E;
}
</style>