Shades of Red Orange #FF4A2B
Tints of Red Orange #FF4A2B
RGB
CMYK
RGB Variations
Color information
#FF4A2B (or 0xFF4A2B) is known color: Red Orange. HEX triplet: FF, 4A and 2B. RGB value is (255,74,43). Sum of RGB (Red+Green+Blue) = 255+74+43=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A2B is #00B5D4. Grayscale: #7C7C7C. Windows color (decimal): -46549 or 2837247. OLE color: 2837247.
HSL color Cylindrical-coordinate representation of color #FF4A2B: hue angle of 8.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF4A2B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 43 | - |
| CMYK | 0 | 0.71 | 0.83 | 0 |
| HSL | 8.77º | 1% | 0.58% | - |
| HSV(B) | 8.77º | 0.83% | 1% | - |
| XYZ | 44.12 | 26.33 | 5.04 | - |
| YUV | 124.59 | 81.97 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 43 | 0 | 0.71 | 0.83 | 0 | 8.77 | 1 | 0.58 |
| Hex | FF | 4A | 2B | 0 | 47 | 53 | 0 | 9 | 64 | 3A |
| Octal | 377 | 112 | 53 | 0 | 107 | 123 | 0 | 11 | 144 | 72 |
| Binary | 11111111 | 1001010 | 101011 | 0 | 1000111 | 1010011 | 0 | 1001 | 1100100 | 111010 |
Color Harmonies of #FF4A2B
Complementary color
Monochromatic Colors of #FF4A2B
Black with #FF4A2B
Text Example
Text Example
White with #FF4A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A2B; }
p { color: rgb(255,74,43); }
H1.HeaderClassName
{
color: #FF4A2B;
}
.AnyTagClassName
{
color: #FF4A2B;
}
</style>
background-color css
<style>
a { background-color: #FF4A2B; }
a { background-color: rgb(255,74,43); }
div.DivClassName
{
background-color: #FF4A2B;
}
.BgClassName
{
background-color: #FF4A2B;
}
</style>
border-color css
<style>
span { border-color: #FF4A2B; }
span { border-color: rgb(255,74,43); }
td.TdClassName
{
border-color: #FF4A2B;
}
.TagClassName
{
border-color: #FF4A2B;
}
</style>