Shades of Red Orange #FF4A2A
Tints of Red Orange #FF4A2A
RGB
CMYK
RGB Variations
Color information
#FF4A2A (or 0xFF4A2A) is known color: Red Orange. HEX triplet: FF, 4A and 2A. RGB value is (255,74,42). Sum of RGB (Red+Green+Blue) = 255+74+42=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A2A is #00B5D5. Grayscale: #7C7C7C. Windows color (decimal): -46550 or 2771711. OLE color: 2771711.
HSL color Cylindrical-coordinate representation of color #FF4A2A: hue angle of 9.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4A2A is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 42 | - |
| CMYK | 0 | 0.71 | 0.84 | 0 |
| HSL | 9.01º | 1% | 0.58% | - |
| HSV(B) | 9.01º | 0.84% | 1% | - |
| XYZ | 44.11 | 26.32 | 4.95 | - |
| YUV | 124.47 | 81.47 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 42 | 0 | 0.71 | 0.84 | 0 | 9.01 | 1 | 0.58 |
| Hex | FF | 4A | 2A | 0 | 47 | 54 | 0 | 9 | 64 | 3A |
| Octal | 377 | 112 | 52 | 0 | 107 | 124 | 0 | 11 | 144 | 72 |
| Binary | 11111111 | 1001010 | 101010 | 0 | 1000111 | 1010100 | 0 | 1001 | 1100100 | 111010 |
Color Harmonies of #FF4A2A
Complementary color
Monochromatic Colors of #FF4A2A
Black with #FF4A2A
Text Example
Text Example
White with #FF4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A2A; }
p { color: rgb(255,74,42); }
H1.HeaderClassName
{
color: #FF4A2A;
}
.AnyTagClassName
{
color: #FF4A2A;
}
</style>
background-color css
<style>
a { background-color: #FF4A2A; }
a { background-color: rgb(255,74,42); }
div.DivClassName
{
background-color: #FF4A2A;
}
.BgClassName
{
background-color: #FF4A2A;
}
</style>
border-color css
<style>
span { border-color: #FF4A2A; }
span { border-color: rgb(255,74,42); }
td.TdClassName
{
border-color: #FF4A2A;
}
.TagClassName
{
border-color: #FF4A2A;
}
</style>