Shades of Orange Red #FD4A1A
Tints of Orange Red #FD4A1A
RGB
CMYK
RGB Variations
Color information
#FD4A1A (or 0xFD4A1A) is known color: Orange Red. HEX triplet: FD, 4A and 1A. RGB value is (253,74,26). Sum of RGB (Red+Green+Blue) = 253+74+26=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A1A is #02B5E5. Grayscale: #7A7A7A. Windows color (decimal): -177638 or 1723133. OLE color: 1723133.
HSL color Cylindrical-coordinate representation of color #FD4A1A: hue angle of 12.69º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD4A1A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 26 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.01 |
| HSL | 12.69º | 0.98% | 0.55% | - |
| HSV(B) | 12.69º | 0.9% | 0.99% | - |
| XYZ | 43.14 | 25.85 | 3.69 | - |
| YUV | 122.05 | 73.8 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 26 | 0 | 0.71 | 0.90 | 0.01 | 12.69 | 0.98 | 0.55 |
| Hex | FD | 4A | 1A | 0 | 47 | 5A | 1 | D | 62 | 37 |
| Octal | 375 | 112 | 32 | 0 | 107 | 132 | 1 | 15 | 142 | 67 |
| Binary | 11111101 | 1001010 | 11010 | 0 | 1000111 | 1011010 | 1 | 1101 | 1100010 | 110111 |
Color Harmonies of #FD4A1A
Complementary color
Monochromatic Colors of #FD4A1A
Black with #FD4A1A
Text Example
Text Example
White with #FD4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A1A; }
p { color: rgb(253,74,26); }
H1.HeaderClassName
{
color: #FD4A1A;
}
.AnyTagClassName
{
color: #FD4A1A;
}
</style>
background-color css
<style>
a { background-color: #FD4A1A; }
a { background-color: rgb(253,74,26); }
div.DivClassName
{
background-color: #FD4A1A;
}
.BgClassName
{
background-color: #FD4A1A;
}
</style>
border-color css
<style>
span { border-color: #FD4A1A; }
span { border-color: rgb(253,74,26); }
td.TdClassName
{
border-color: #FD4A1A;
}
.TagClassName
{
border-color: #FD4A1A;
}
</style>