Shades of Red Orange #FD472B
Tints of Red Orange #FD472B
RGB
CMYK
RGB Variations
Color information
#FD472B (or 0xFD472B) is known color: Red Orange. HEX triplet: FD, 47 and 2B. RGB value is (253,71,43). Sum of RGB (Red+Green+Blue) = 253+71+43=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD472B is #02B8D4. Grayscale: #7A7A7A. Windows color (decimal): -178389 or 2836477. OLE color: 2836477.
HSL color Cylindrical-coordinate representation of color #FD472B: hue angle of 8º 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 #FD472B is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 43 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.01 |
| HSL | 8º | 0.98% | 0.58% | - |
| HSV(B) | 8º | 0.83% | 0.99% | - |
| XYZ | 43.2 | 25.56 | 4.94 | - |
| YUV | 122.23 | 83.3 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 43 | 0 | 0.72 | 0.83 | 0.01 | 8 | 0.98 | 0.58 |
| Hex | FD | 47 | 2B | 0 | 48 | 53 | 1 | 8 | 62 | 3A |
| Octal | 375 | 107 | 53 | 0 | 110 | 123 | 1 | 10 | 142 | 72 |
| Binary | 11111101 | 1000111 | 101011 | 0 | 1001000 | 1010011 | 1 | 1000 | 1100010 | 111010 |
Color Harmonies of #FD472B
Complementary color
Monochromatic Colors of #FD472B
Black with #FD472B
Text Example
Text Example
White with #FD472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD472B; }
p { color: rgb(253,71,43); }
H1.HeaderClassName
{
color: #FD472B;
}
.AnyTagClassName
{
color: #FD472B;
}
</style>
background-color css
<style>
a { background-color: #FD472B; }
a { background-color: rgb(253,71,43); }
div.DivClassName
{
background-color: #FD472B;
}
.BgClassName
{
background-color: #FD472B;
}
</style>
border-color css
<style>
span { border-color: #FD472B; }
span { border-color: rgb(253,71,43); }
td.TdClassName
{
border-color: #FD472B;
}
.TagClassName
{
border-color: #FD472B;
}
</style>