Shades of Red Orange #FD462A
Tints of Red Orange #FD462A
RGB
CMYK
RGB Variations
Color information
#FD462A (or 0xFD462A) is known color: Red Orange. HEX triplet: FD, 46 and 2A. RGB value is (253,70,42). Sum of RGB (Red+Green+Blue) = 253+70+42=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD462A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD462A is #02B9D5. Grayscale: #797979. Windows color (decimal): -178646 or 2770685. OLE color: 2770685.
HSL color Cylindrical-coordinate representation of color #FD462A: hue angle of 7.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD462A is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 42 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.01 |
| HSL | 7.96º | 0.98% | 0.58% | - |
| HSV(B) | 7.96º | 0.83% | 0.99% | - |
| XYZ | 43.12 | 25.43 | 4.83 | - |
| YUV | 121.53 | 83.13 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 42 | 0 | 0.72 | 0.83 | 0.01 | 7.96 | 0.98 | 0.58 |
| Hex | FD | 46 | 2A | 0 | 48 | 53 | 1 | 8 | 62 | 3A |
| Octal | 375 | 106 | 52 | 0 | 110 | 123 | 1 | 10 | 142 | 72 |
| Binary | 11111101 | 1000110 | 101010 | 0 | 1001000 | 1010011 | 1 | 1000 | 1100010 | 111010 |
Color Harmonies of #FD462A
Complementary color
Monochromatic Colors of #FD462A
Black with #FD462A
Text Example
Text Example
White with #FD462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD462A; }
p { color: rgb(253,70,42); }
H1.HeaderClassName
{
color: #FD462A;
}
.AnyTagClassName
{
color: #FD462A;
}
</style>
background-color css
<style>
a { background-color: #FD462A; }
a { background-color: rgb(253,70,42); }
div.DivClassName
{
background-color: #FD462A;
}
.BgClassName
{
background-color: #FD462A;
}
</style>
border-color css
<style>
span { border-color: #FD462A; }
span { border-color: rgb(253,70,42); }
td.TdClassName
{
border-color: #FD462A;
}
.TagClassName
{
border-color: #FD462A;
}
</style>