Shades of Orange Red #FD400F
Tints of Orange Red #FD400F
RGB
CMYK
RGB Variations
Color information
#FD400F (or 0xFD400F) is known color: Orange Red. HEX triplet: FD, 40 and 0F. RGB value is (253,64,15). Sum of RGB (Red+Green+Blue) = 253+64+15=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD400F is #02BFF0. Grayscale: #737373. Windows color (decimal): -180209 or 999677. OLE color: 999677.
HSL color Cylindrical-coordinate representation of color #FD400F: hue angle of 12.35º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD400F is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 15 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.01 |
| HSL | 12.35º | 0.98% | 0.53% | - |
| HSV(B) | 12.35º | 0.94% | 0.99% | - |
| XYZ | 42.43 | 24.58 | 2.96 | - |
| YUV | 114.93 | 71.62 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 15 | 0 | 0.75 | 0.94 | 0.01 | 12.35 | 0.98 | 0.53 |
| Hex | FD | 40 | F | 0 | 4B | 5E | 1 | C | 62 | 35 |
| Octal | 375 | 100 | 17 | 0 | 113 | 136 | 1 | 14 | 142 | 65 |
| Binary | 11111101 | 1000000 | 1111 | 0 | 1001011 | 1011110 | 1 | 1100 | 1100010 | 110101 |
Color Harmonies of #FD400F
Complementary color
Monochromatic Colors of #FD400F
Black with #FD400F
Text Example
Text Example
White with #FD400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD400F; }
p { color: rgb(253,64,15); }
H1.HeaderClassName
{
color: #FD400F;
}
.AnyTagClassName
{
color: #FD400F;
}
</style>
background-color css
<style>
a { background-color: #FD400F; }
a { background-color: rgb(253,64,15); }
div.DivClassName
{
background-color: #FD400F;
}
.BgClassName
{
background-color: #FD400F;
}
</style>
border-color css
<style>
span { border-color: #FD400F; }
span { border-color: rgb(253,64,15); }
td.TdClassName
{
border-color: #FD400F;
}
.TagClassName
{
border-color: #FD400F;
}
</style>