Shades of Orange Red #FF4A19
Tints of Orange Red #FF4A19
RGB
CMYK
RGB Variations
Color information
#FF4A19 (or 0xFF4A19) is known color: Orange Red. HEX triplet: FF, 4A and 19. RGB value is (255,74,25). Sum of RGB (Red+Green+Blue) = 255+74+25=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A19 is #00B5E6. Grayscale: #7A7A7A. Windows color (decimal): -46567 or 1657599. OLE color: 1657599.
HSL color Cylindrical-coordinate representation of color #FF4A19: hue angle of 12.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF4A19 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0 |
| HSL | 12.78º | 1% | 0.55% | - |
| HSV(B) | 12.78º | 0.9% | 1% | - |
| XYZ | 43.86 | 26.23 | 3.67 | - |
| YUV | 122.53 | 72.97 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 25 | 0 | 0.71 | 0.90 | 0 | 12.78 | 1 | 0.55 |
| Hex | FF | 4A | 19 | 0 | 47 | 5A | 0 | D | 64 | 37 |
| Octal | 377 | 112 | 31 | 0 | 107 | 132 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001010 | 11001 | 0 | 1000111 | 1011010 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4A19
Complementary color
Monochromatic Colors of #FF4A19
Black with #FF4A19
Text Example
Text Example
White with #FF4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A19; }
p { color: rgb(255,74,25); }
H1.HeaderClassName
{
color: #FF4A19;
}
.AnyTagClassName
{
color: #FF4A19;
}
</style>
background-color css
<style>
a { background-color: #FF4A19; }
a { background-color: rgb(255,74,25); }
div.DivClassName
{
background-color: #FF4A19;
}
.BgClassName
{
background-color: #FF4A19;
}
</style>
border-color css
<style>
span { border-color: #FF4A19; }
span { border-color: rgb(255,74,25); }
td.TdClassName
{
border-color: #FF4A19;
}
.TagClassName
{
border-color: #FF4A19;
}
</style>