Shades of Orange Red #FD400B
Tints of Orange Red #FD400B
RGB
CMYK
RGB Variations
Color information
#FD400B (or 0xFD400B) is known color: Orange Red. HEX triplet: FD, 40 and 0B. RGB value is (253,64,11). Sum of RGB (Red+Green+Blue) = 253+64+11=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD400B is #02BFF4. Grayscale: #727272. Windows color (decimal): -180213 or 737533. OLE color: 737533.
HSL color Cylindrical-coordinate representation of color #FD400B: hue angle of 13.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD400B is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 11 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.01 |
| HSL | 13.14º | 0.98% | 0.52% | - |
| HSV(B) | 13.14º | 0.96% | 0.99% | - |
| XYZ | 42.4 | 24.57 | 2.82 | - |
| YUV | 114.47 | 69.62 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 11 | 0 | 0.75 | 0.96 | 0.01 | 13.14 | 0.98 | 0.52 |
| Hex | FD | 40 | B | 0 | 4B | 60 | 1 | D | 62 | 34 |
| Octal | 375 | 100 | 13 | 0 | 113 | 140 | 1 | 15 | 142 | 64 |
| Binary | 11111101 | 1000000 | 1011 | 0 | 1001011 | 1100000 | 1 | 1101 | 1100010 | 110100 |
Color Harmonies of #FD400B
Complementary color
Monochromatic Colors of #FD400B
Black with #FD400B
Text Example
Text Example
White with #FD400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD400B; }
p { color: rgb(253,64,11); }
H1.HeaderClassName
{
color: #FD400B;
}
.AnyTagClassName
{
color: #FD400B;
}
</style>
background-color css
<style>
a { background-color: #FD400B; }
a { background-color: rgb(253,64,11); }
div.DivClassName
{
background-color: #FD400B;
}
.BgClassName
{
background-color: #FD400B;
}
</style>
border-color css
<style>
span { border-color: #FD400B; }
span { border-color: rgb(253,64,11); }
td.TdClassName
{
border-color: #FD400B;
}
.TagClassName
{
border-color: #FD400B;
}
</style>