Shades of Red Orange #FD471C
Tints of Red Orange #FD471C
RGB
CMYK
RGB Variations
Color information
#FD471C (or 0xFD471C) is known color: Red Orange. HEX triplet: FD, 47 and 1C. RGB value is (253,71,28). Sum of RGB (Red+Green+Blue) = 253+71+28=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD471C is #02B8E3. Grayscale: #787878. Windows color (decimal): -178404 or 1853437. OLE color: 1853437.
HSL color Cylindrical-coordinate representation of color #FD471C: hue angle of 11.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD471C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 28 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.01 |
| HSL | 11.47º | 0.98% | 0.55% | - |
| HSV(B) | 11.47º | 0.89% | 0.99% | - |
| XYZ | 42.97 | 25.47 | 3.75 | - |
| YUV | 120.52 | 75.8 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 28 | 0 | 0.72 | 0.89 | 0.01 | 11.47 | 0.98 | 0.55 |
| Hex | FD | 47 | 1C | 0 | 48 | 59 | 1 | B | 62 | 37 |
| Octal | 375 | 107 | 34 | 0 | 110 | 131 | 1 | 13 | 142 | 67 |
| Binary | 11111101 | 1000111 | 11100 | 0 | 1001000 | 1011001 | 1 | 1011 | 1100010 | 110111 |
Color Harmonies of #FD471C
Complementary color
Monochromatic Colors of #FD471C
Black with #FD471C
Text Example
Text Example
White with #FD471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD471C; }
p { color: rgb(253,71,28); }
H1.HeaderClassName
{
color: #FD471C;
}
.AnyTagClassName
{
color: #FD471C;
}
</style>
background-color css
<style>
a { background-color: #FD471C; }
a { background-color: rgb(253,71,28); }
div.DivClassName
{
background-color: #FD471C;
}
.BgClassName
{
background-color: #FD471C;
}
</style>
border-color css
<style>
span { border-color: #FD471C; }
span { border-color: rgb(253,71,28); }
td.TdClassName
{
border-color: #FD471C;
}
.TagClassName
{
border-color: #FD471C;
}
</style>