Shades of Red Orange #FD4E2A
Tints of Red Orange #FD4E2A
RGB
CMYK
RGB Variations
Color information
#FD4E2A (or 0xFD4E2A) is known color: Red Orange. HEX triplet: FD, 4E and 2A. RGB value is (253,78,42). Sum of RGB (Red+Green+Blue) = 253+78+42=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4E2A is #02B1D5. Grayscale: #7E7E7E. Windows color (decimal): -176598 or 2772733. OLE color: 2772733.
HSL color Cylindrical-coordinate representation of color #FD4E2A: hue angle of 10.24º 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 #FD4E2A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 78 | 42 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.01 |
| HSL | 10.24º | 0.98% | 0.58% | - |
| HSV(B) | 10.24º | 0.83% | 0.99% | - |
| XYZ | 43.65 | 26.5 | 5 | - |
| YUV | 126.22 | 80.48 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 78 | 42 | 0 | 0.69 | 0.83 | 0.01 | 10.24 | 0.98 | 0.58 |
| Hex | FD | 4E | 2A | 0 | 45 | 53 | 1 | A | 62 | 3A |
| Octal | 375 | 116 | 52 | 0 | 105 | 123 | 1 | 12 | 142 | 72 |
| Binary | 11111101 | 1001110 | 101010 | 0 | 1000101 | 1010011 | 1 | 1010 | 1100010 | 111010 |
Color Harmonies of #FD4E2A
Complementary color
Monochromatic Colors of #FD4E2A
Black with #FD4E2A
Text Example
Text Example
White with #FD4E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4E2A; }
p { color: rgb(253,78,42); }
H1.HeaderClassName
{
color: #FD4E2A;
}
.AnyTagClassName
{
color: #FD4E2A;
}
</style>
background-color css
<style>
a { background-color: #FD4E2A; }
a { background-color: rgb(253,78,42); }
div.DivClassName
{
background-color: #FD4E2A;
}
.BgClassName
{
background-color: #FD4E2A;
}
</style>
border-color css
<style>
span { border-color: #FD4E2A; }
span { border-color: rgb(253,78,42); }
td.TdClassName
{
border-color: #FD4E2A;
}
.TagClassName
{
border-color: #FD4E2A;
}
</style>