Shades of Orange Red #FD460A
Tints of Orange Red #FD460A
RGB
CMYK
RGB Variations
Color information
#FD460A (or 0xFD460A) is known color: Orange Red. HEX triplet: FD, 46 and 0A. RGB value is (253,70,10). Sum of RGB (Red+Green+Blue) = 253+70+10=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD460A is #02B9F5. Grayscale: #767676. Windows color (decimal): -178678 or 673533. OLE color: 673533.
HSL color Cylindrical-coordinate representation of color #FD460A: hue angle of 14.81º 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 #FD460A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.01 |
| HSL | 14.81º | 0.98% | 0.52% | - |
| HSV(B) | 14.81º | 0.96% | 0.99% | - |
| XYZ | 42.75 | 25.28 | 2.91 | - |
| YUV | 117.88 | 67.13 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 10 | 0 | 0.72 | 0.96 | 0.01 | 14.81 | 0.98 | 0.52 |
| Hex | FD | 46 | A | 0 | 48 | 60 | 1 | F | 62 | 34 |
| Octal | 375 | 106 | 12 | 0 | 110 | 140 | 1 | 17 | 142 | 64 |
| Binary | 11111101 | 1000110 | 1010 | 0 | 1001000 | 1100000 | 1 | 1111 | 1100010 | 110100 |
Color Harmonies of #FD460A
Complementary color
Monochromatic Colors of #FD460A
Black with #FD460A
Text Example
Text Example
White with #FD460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD460A; }
p { color: rgb(253,70,10); }
H1.HeaderClassName
{
color: #FD460A;
}
.AnyTagClassName
{
color: #FD460A;
}
</style>
background-color css
<style>
a { background-color: #FD460A; }
a { background-color: rgb(253,70,10); }
div.DivClassName
{
background-color: #FD460A;
}
.BgClassName
{
background-color: #FD460A;
}
</style>
border-color css
<style>
span { border-color: #FD460A; }
span { border-color: rgb(253,70,10); }
td.TdClassName
{
border-color: #FD460A;
}
.TagClassName
{
border-color: #FD460A;
}
</style>