Shades of Orange Red #FF4510
Tints of Orange Red #FF4510
RGB
CMYK
RGB Variations
Color information
#FF4510 (or 0xFF4510) is known color: Orange Red. HEX triplet: FF, 45 and 10. RGB value is (255,69,16). Sum of RGB (Red+Green+Blue) = 255+69+16=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4510 is #00BAEF. Grayscale: #767676. Windows color (decimal): -47856 or 1066495. OLE color: 1066495.
HSL color Cylindrical-coordinate representation of color #FF4510: hue angle of 13.31º 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 #FF4510 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 16 | - |
| CMYK | 0 | 0.73 | 0.94 | 0 |
| HSL | 13.31º | 1% | 0.53% | - |
| HSV(B) | 13.31º | 0.94% | 1% | - |
| XYZ | 43.46 | 25.55 | 3.13 | - |
| YUV | 118.57 | 70.12 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 16 | 0 | 0.73 | 0.94 | 0 | 13.31 | 1 | 0.53 |
| Hex | FF | 45 | 10 | 0 | 49 | 5E | 0 | D | 64 | 35 |
| Octal | 377 | 105 | 20 | 0 | 111 | 136 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000101 | 10000 | 0 | 1001001 | 1011110 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF4510
Complementary color
Monochromatic Colors of #FF4510
Black with #FF4510
Text Example
Text Example
White with #FF4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4510; }
p { color: rgb(255,69,16); }
H1.HeaderClassName
{
color: #FF4510;
}
.AnyTagClassName
{
color: #FF4510;
}
</style>
background-color css
<style>
a { background-color: #FF4510; }
a { background-color: rgb(255,69,16); }
div.DivClassName
{
background-color: #FF4510;
}
.BgClassName
{
background-color: #FF4510;
}
</style>
border-color css
<style>
span { border-color: #FF4510; }
span { border-color: rgb(255,69,16); }
td.TdClassName
{
border-color: #FF4510;
}
.TagClassName
{
border-color: #FF4510;
}
</style>