Shades of Red Orange #FF4C1F
Tints of Red Orange #FF4C1F
RGB
CMYK
RGB Variations
Color information
#FF4C1F (or 0xFF4C1F) is known color: Red Orange. HEX triplet: FF, 4C and 1F. RGB value is (255,76,31). Sum of RGB (Red+Green+Blue) = 255+76+31=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C1F is #00B3E0. Grayscale: #7C7C7C. Windows color (decimal): -46049 or 2051327. OLE color: 2051327.
HSL color Cylindrical-coordinate representation of color #FF4C1F: hue angle of 12.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF4C1F is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 31 | - |
| CMYK | 0 | 0.70 | 0.88 | 0 |
| HSL | 12.05º | 1% | 0.56% | - |
| HSV(B) | 12.05º | 0.88% | 1% | - |
| XYZ | 44.07 | 26.53 | 4.09 | - |
| YUV | 124.39 | 75.3 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 31 | 0 | 0.70 | 0.88 | 0 | 12.05 | 1 | 0.56 |
| Hex | FF | 4C | 1F | 0 | 46 | 58 | 0 | C | 64 | 38 |
| Octal | 377 | 114 | 37 | 0 | 106 | 130 | 0 | 14 | 144 | 70 |
| Binary | 11111111 | 1001100 | 11111 | 0 | 1000110 | 1011000 | 0 | 1100 | 1100100 | 111000 |
Color Harmonies of #FF4C1F
Complementary color
Monochromatic Colors of #FF4C1F
Black with #FF4C1F
Text Example
Text Example
White with #FF4C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C1F; }
p { color: rgb(255,76,31); }
H1.HeaderClassName
{
color: #FF4C1F;
}
.AnyTagClassName
{
color: #FF4C1F;
}
</style>
background-color css
<style>
a { background-color: #FF4C1F; }
a { background-color: rgb(255,76,31); }
div.DivClassName
{
background-color: #FF4C1F;
}
.BgClassName
{
background-color: #FF4C1F;
}
</style>
border-color css
<style>
span { border-color: #FF4C1F; }
span { border-color: rgb(255,76,31); }
td.TdClassName
{
border-color: #FF4C1F;
}
.TagClassName
{
border-color: #FF4C1F;
}
</style>