Shades of Red Orange #FD472A
Tints of Red Orange #FD472A
RGB
CMYK
RGB Variations
Color information
#FD472A (or 0xFD472A) is known color: Red Orange. HEX triplet: FD, 47 and 2A. RGB value is (253,71,42). Sum of RGB (Red+Green+Blue) = 253+71+42=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD472A is #02B8D5. Grayscale: #7A7A7A. Windows color (decimal): -178390 or 2770941. OLE color: 2770941.
HSL color Cylindrical-coordinate representation of color #FD472A: hue angle of 8.25º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD472A is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 42 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.01 |
| HSL | 8.25º | 0.98% | 0.58% | - |
| HSV(B) | 8.25º | 0.83% | 0.99% | - |
| XYZ | 43.18 | 25.56 | 4.85 | - |
| YUV | 122.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 42 | 0 | 0.72 | 0.83 | 0.01 | 8.25 | 0.98 | 0.58 |
| Hex | FD | 47 | 2A | 0 | 48 | 53 | 1 | 8 | 62 | 3A |
| Octal | 375 | 107 | 52 | 0 | 110 | 123 | 1 | 10 | 142 | 72 |
| Binary | 11111101 | 1000111 | 101010 | 0 | 1001000 | 1010011 | 1 | 1000 | 1100010 | 111010 |
Color Harmonies of #FD472A
Complementary color
Monochromatic Colors of #FD472A
Black with #FD472A
Text Example
Text Example
White with #FD472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD472A; }
p { color: rgb(253,71,42); }
H1.HeaderClassName
{
color: #FD472A;
}
.AnyTagClassName
{
color: #FD472A;
}
</style>
background-color css
<style>
a { background-color: #FD472A; }
a { background-color: rgb(253,71,42); }
div.DivClassName
{
background-color: #FD472A;
}
.BgClassName
{
background-color: #FD472A;
}
</style>
border-color css
<style>
span { border-color: #FD472A; }
span { border-color: rgb(253,71,42); }
td.TdClassName
{
border-color: #FD472A;
}
.TagClassName
{
border-color: #FD472A;
}
</style>