Shades of Orange Red #FF4710
Tints of Orange Red #FF4710
RGB
CMYK
RGB Variations
Color information
#FF4710 (or 0xFF4710) is known color: Orange Red. HEX triplet: FF, 47 and 10. RGB value is (255,71,16). Sum of RGB (Red+Green+Blue) = 255+71+16=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4710 is #00B8EF. Grayscale: #787878. Windows color (decimal): -47344 or 1067007. OLE color: 1067007.
HSL color Cylindrical-coordinate representation of color #FF4710: hue angle of 13.81º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF4710 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 16 | - |
| CMYK | 0 | 0.72 | 0.94 | 0 |
| HSL | 13.81º | 1% | 0.53% | - |
| HSV(B) | 13.81º | 0.94% | 1% | - |
| XYZ | 43.59 | 25.8 | 3.17 | - |
| YUV | 119.75 | 69.46 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 16 | 0 | 0.72 | 0.94 | 0 | 13.81 | 1 | 0.53 |
| Hex | FF | 47 | 10 | 0 | 48 | 5E | 0 | E | 64 | 35 |
| Octal | 377 | 107 | 20 | 0 | 110 | 136 | 0 | 16 | 144 | 65 |
| Binary | 11111111 | 1000111 | 10000 | 0 | 1001000 | 1011110 | 0 | 1110 | 1100100 | 110101 |
Color Harmonies of #FF4710
Complementary color
Monochromatic Colors of #FF4710
Black with #FF4710
Text Example
Text Example
White with #FF4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4710; }
p { color: rgb(255,71,16); }
H1.HeaderClassName
{
color: #FF4710;
}
.AnyTagClassName
{
color: #FF4710;
}
</style>
background-color css
<style>
a { background-color: #FF4710; }
a { background-color: rgb(255,71,16); }
div.DivClassName
{
background-color: #FF4710;
}
.BgClassName
{
background-color: #FF4710;
}
</style>
border-color css
<style>
span { border-color: #FF4710; }
span { border-color: rgb(255,71,16); }
td.TdClassName
{
border-color: #FF4710;
}
.TagClassName
{
border-color: #FF4710;
}
</style>