Shades of Red Orange #FF4C2B
Tints of Red Orange #FF4C2B
RGB
CMYK
RGB Variations
Color information
#FF4C2B (or 0xFF4C2B) is known color: Red Orange. HEX triplet: FF, 4C and 2B. RGB value is (255,76,43). Sum of RGB (Red+Green+Blue) = 255+76+43=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C2B is #00B3D4. Grayscale: #7E7E7E. Windows color (decimal): -46037 or 2837759. OLE color: 2837759.
HSL color Cylindrical-coordinate representation of color #FF4C2B: hue angle of 9.34º 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 #FF4C2B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 43 | - |
| CMYK | 0 | 0.70 | 0.83 | 0 |
| HSL | 9.34º | 1% | 0.58% | - |
| HSV(B) | 9.34º | 0.83% | 1% | - |
| XYZ | 44.26 | 26.6 | 5.09 | - |
| YUV | 125.76 | 81.3 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 43 | 0 | 0.70 | 0.83 | 0 | 9.34 | 1 | 0.58 |
| Hex | FF | 4C | 2B | 0 | 46 | 53 | 0 | 9 | 64 | 3A |
| Octal | 377 | 114 | 53 | 0 | 106 | 123 | 0 | 11 | 144 | 72 |
| Binary | 11111111 | 1001100 | 101011 | 0 | 1000110 | 1010011 | 0 | 1001 | 1100100 | 111010 |
Color Harmonies of #FF4C2B
Complementary color
Monochromatic Colors of #FF4C2B
Black with #FF4C2B
Text Example
Text Example
White with #FF4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C2B; }
p { color: rgb(255,76,43); }
H1.HeaderClassName
{
color: #FF4C2B;
}
.AnyTagClassName
{
color: #FF4C2B;
}
</style>
background-color css
<style>
a { background-color: #FF4C2B; }
a { background-color: rgb(255,76,43); }
div.DivClassName
{
background-color: #FF4C2B;
}
.BgClassName
{
background-color: #FF4C2B;
}
</style>
border-color css
<style>
span { border-color: #FF4C2B; }
span { border-color: rgb(255,76,43); }
td.TdClassName
{
border-color: #FF4C2B;
}
.TagClassName
{
border-color: #FF4C2B;
}
</style>