Shades of Red Orange #FD4A2A
Tints of Red Orange #FD4A2A
RGB
CMYK
RGB Variations
Color information
#FD4A2A (or 0xFD4A2A) is known color: Red Orange. HEX triplet: FD, 4A and 2A. RGB value is (253,74,42). Sum of RGB (Red+Green+Blue) = 253+74+42=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A2A is #02B5D5. Grayscale: #7C7C7C. Windows color (decimal): -177622 or 2771709. OLE color: 2771709.
HSL color Cylindrical-coordinate representation of color #FD4A2A: hue angle of 9.1º 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 #FD4A2A is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 42 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.01 |
| HSL | 9.1º | 0.98% | 0.58% | - |
| HSV(B) | 9.1º | 0.83% | 0.99% | - |
| XYZ | 43.37 | 25.95 | 4.91 | - |
| YUV | 123.87 | 81.8 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 42 | 0 | 0.71 | 0.83 | 0.01 | 9.1 | 0.98 | 0.58 |
| Hex | FD | 4A | 2A | 0 | 47 | 53 | 1 | 9 | 62 | 3A |
| Octal | 375 | 112 | 52 | 0 | 107 | 123 | 1 | 11 | 142 | 72 |
| Binary | 11111101 | 1001010 | 101010 | 0 | 1000111 | 1010011 | 1 | 1001 | 1100010 | 111010 |
Color Harmonies of #FD4A2A
Complementary color
Monochromatic Colors of #FD4A2A
Black with #FD4A2A
Text Example
Text Example
White with #FD4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A2A; }
p { color: rgb(253,74,42); }
H1.HeaderClassName
{
color: #FD4A2A;
}
.AnyTagClassName
{
color: #FD4A2A;
}
</style>
background-color css
<style>
a { background-color: #FD4A2A; }
a { background-color: rgb(253,74,42); }
div.DivClassName
{
background-color: #FD4A2A;
}
.BgClassName
{
background-color: #FD4A2A;
}
</style>
border-color css
<style>
span { border-color: #FD4A2A; }
span { border-color: rgb(253,74,42); }
td.TdClassName
{
border-color: #FD4A2A;
}
.TagClassName
{
border-color: #FD4A2A;
}
</style>