Shades of Orange Red #FD4908
Tints of Orange Red #FD4908
RGB
CMYK
RGB Variations
Color information
#FD4908 (or 0xFD4908) is known color: Orange Red. HEX triplet: FD, 49 and 08. RGB value is (253,73,8). Sum of RGB (Red+Green+Blue) = 253+73+8=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4908 is #02B6F7. Grayscale: #777777. Windows color (decimal): -177912 or 543229. OLE color: 543229.
HSL color Cylindrical-coordinate representation of color #FD4908: hue angle of 15.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD4908 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 8 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.01 |
| HSL | 15.92º | 0.98% | 0.51% | - |
| HSV(B) | 15.92º | 0.97% | 0.99% | - |
| XYZ | 42.93 | 25.67 | 2.92 | - |
| YUV | 119.41 | 65.13 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 8 | 0 | 0.71 | 0.97 | 0.01 | 15.92 | 0.98 | 0.51 |
| Hex | FD | 49 | 8 | 0 | 47 | 61 | 1 | 10 | 62 | 33 |
| Octal | 375 | 111 | 10 | 0 | 107 | 141 | 1 | 20 | 142 | 63 |
| Binary | 11111101 | 1001001 | 1000 | 0 | 1000111 | 1100001 | 1 | 10000 | 1100010 | 110011 |
Color Harmonies of #FD4908
Complementary color
Monochromatic Colors of #FD4908
Black with #FD4908
Text Example
Text Example
White with #FD4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4908; }
p { color: rgb(253,73,8); }
H1.HeaderClassName
{
color: #FD4908;
}
.AnyTagClassName
{
color: #FD4908;
}
</style>
background-color css
<style>
a { background-color: #FD4908; }
a { background-color: rgb(253,73,8); }
div.DivClassName
{
background-color: #FD4908;
}
.BgClassName
{
background-color: #FD4908;
}
</style>
border-color css
<style>
span { border-color: #FD4908; }
span { border-color: rgb(253,73,8); }
td.TdClassName
{
border-color: #FD4908;
}
.TagClassName
{
border-color: #FD4908;
}
</style>