Shades of Red Orange #FF4C26
Tints of Red Orange #FF4C26
RGB
CMYK
RGB Variations
Color information
#FF4C26 (or 0xFF4C26) is known color: Red Orange. HEX triplet: FF, 4C and 26. RGB value is (255,76,38). Sum of RGB (Red+Green+Blue) = 255+76+38=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C26 is #00B3D9. Grayscale: #7D7D7D. Windows color (decimal): -46042 or 2510079. OLE color: 2510079.
HSL color Cylindrical-coordinate representation of color #FF4C26: hue angle of 10.51º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF4C26 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 38 | - |
| CMYK | 0 | 0.70 | 0.85 | 0 |
| HSL | 10.51º | 1% | 0.57% | - |
| HSV(B) | 10.51º | 0.85% | 1% | - |
| XYZ | 44.17 | 26.57 | 4.63 | - |
| YUV | 125.19 | 78.8 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 38 | 0 | 0.70 | 0.85 | 0 | 10.51 | 1 | 0.57 |
| Hex | FF | 4C | 26 | 0 | 46 | 55 | 0 | B | 64 | 39 |
| Octal | 377 | 114 | 46 | 0 | 106 | 125 | 0 | 13 | 144 | 71 |
| Binary | 11111111 | 1001100 | 100110 | 0 | 1000110 | 1010101 | 0 | 1011 | 1100100 | 111001 |
Color Harmonies of #FF4C26
Complementary color
Monochromatic Colors of #FF4C26
Black with #FF4C26
Text Example
Text Example
White with #FF4C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C26; }
p { color: rgb(255,76,38); }
H1.HeaderClassName
{
color: #FF4C26;
}
.AnyTagClassName
{
color: #FF4C26;
}
</style>
background-color css
<style>
a { background-color: #FF4C26; }
a { background-color: rgb(255,76,38); }
div.DivClassName
{
background-color: #FF4C26;
}
.BgClassName
{
background-color: #FF4C26;
}
</style>
border-color css
<style>
span { border-color: #FF4C26; }
span { border-color: rgb(255,76,38); }
td.TdClassName
{
border-color: #FF4C26;
}
.TagClassName
{
border-color: #FF4C26;
}
</style>