Shades of Red Orange #FD4D2F
Tints of Red Orange #FD4D2F
RGB
CMYK
RGB Variations
Color information
#FD4D2F (or 0xFD4D2F) is known color: Red Orange. HEX triplet: FD, 4D and 2F. RGB value is (253,77,47). Sum of RGB (Red+Green+Blue) = 253+77+47=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D2F is #02B2D0. Grayscale: #7E7E7E. Windows color (decimal): -176849 or 3100157. OLE color: 3100157.
HSL color Cylindrical-coordinate representation of color #FD4D2F: hue angle of 8.74º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD4D2F is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 47 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.01 |
| HSL | 8.74º | 0.98% | 0.59% | - |
| HSV(B) | 8.74º | 0.81% | 0.99% | - |
| XYZ | 43.67 | 26.4 | 5.48 | - |
| YUV | 126.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 47 | 0 | 0.70 | 0.81 | 0.01 | 8.74 | 0.98 | 0.59 |
| Hex | FD | 4D | 2F | 0 | 46 | 51 | 1 | 9 | 62 | 3B |
| Octal | 375 | 115 | 57 | 0 | 106 | 121 | 1 | 11 | 142 | 73 |
| Binary | 11111101 | 1001101 | 101111 | 0 | 1000110 | 1010001 | 1 | 1001 | 1100010 | 111011 |
Color Harmonies of #FD4D2F
Complementary color
Monochromatic Colors of #FD4D2F
Black with #FD4D2F
Text Example
Text Example
White with #FD4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D2F; }
p { color: rgb(253,77,47); }
H1.HeaderClassName
{
color: #FD4D2F;
}
.AnyTagClassName
{
color: #FD4D2F;
}
</style>
background-color css
<style>
a { background-color: #FD4D2F; }
a { background-color: rgb(253,77,47); }
div.DivClassName
{
background-color: #FD4D2F;
}
.BgClassName
{
background-color: #FD4D2F;
}
</style>
border-color css
<style>
span { border-color: #FD4D2F; }
span { border-color: rgb(253,77,47); }
td.TdClassName
{
border-color: #FD4D2F;
}
.TagClassName
{
border-color: #FD4D2F;
}
</style>