Shades of Red Orange #FF4A27
Tints of Red Orange #FF4A27
RGB
CMYK
RGB Variations
Color information
#FF4A27 (or 0xFF4A27) is known color: Red Orange. HEX triplet: FF, 4A and 27. RGB value is (255,74,39). Sum of RGB (Red+Green+Blue) = 255+74+39=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A27 is #00B5D8. Grayscale: #7C7C7C. Windows color (decimal): -46553 or 2575103. OLE color: 2575103.
HSL color Cylindrical-coordinate representation of color #FF4A27: hue angle of 9.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF4A27 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 39 | - |
| CMYK | 0 | 0.71 | 0.85 | 0 |
| HSL | 9.72º | 1% | 0.58% | - |
| HSV(B) | 9.72º | 0.85% | 1% | - |
| XYZ | 44.05 | 26.3 | 4.67 | - |
| YUV | 124.13 | 79.97 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 39 | 0 | 0.71 | 0.85 | 0 | 9.72 | 1 | 0.58 |
| Hex | FF | 4A | 27 | 0 | 47 | 55 | 0 | A | 64 | 3A |
| Octal | 377 | 112 | 47 | 0 | 107 | 125 | 0 | 12 | 144 | 72 |
| Binary | 11111111 | 1001010 | 100111 | 0 | 1000111 | 1010101 | 0 | 1010 | 1100100 | 111010 |
Color Harmonies of #FF4A27
Complementary color
Monochromatic Colors of #FF4A27
Black with #FF4A27
Text Example
Text Example
White with #FF4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A27; }
p { color: rgb(255,74,39); }
H1.HeaderClassName
{
color: #FF4A27;
}
.AnyTagClassName
{
color: #FF4A27;
}
</style>
background-color css
<style>
a { background-color: #FF4A27; }
a { background-color: rgb(255,74,39); }
div.DivClassName
{
background-color: #FF4A27;
}
.BgClassName
{
background-color: #FF4A27;
}
</style>
border-color css
<style>
span { border-color: #FF4A27; }
span { border-color: rgb(255,74,39); }
td.TdClassName
{
border-color: #FF4A27;
}
.TagClassName
{
border-color: #FF4A27;
}
</style>