Shades of Orange Red #FF4310
Tints of Orange Red #FF4310
RGB
CMYK
RGB Variations
Color information
#FF4310 (or 0xFF4310) is known color: Orange Red. HEX triplet: FF, 43 and 10. RGB value is (255,67,16). Sum of RGB (Red+Green+Blue) = 255+67+16=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4310 is #00BCEF. Grayscale: #757575. Windows color (decimal): -48368 or 1065983. OLE color: 1065983.
HSL color Cylindrical-coordinate representation of color #FF4310: hue angle of 12.8º 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 #FF4310 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 16 | - |
| CMYK | 0 | 0.74 | 0.94 | 0 |
| HSL | 12.8º | 1% | 0.53% | - |
| HSV(B) | 12.8º | 0.94% | 1% | - |
| XYZ | 43.34 | 25.31 | 3.09 | - |
| YUV | 117.4 | 70.78 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 16 | 0 | 0.74 | 0.94 | 0 | 12.8 | 1 | 0.53 |
| Hex | FF | 43 | 10 | 0 | 4A | 5E | 0 | D | 64 | 35 |
| Octal | 377 | 103 | 20 | 0 | 112 | 136 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000011 | 10000 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF4310
Complementary color
Monochromatic Colors of #FF4310
Black with #FF4310
Text Example
Text Example
White with #FF4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4310; }
p { color: rgb(255,67,16); }
H1.HeaderClassName
{
color: #FF4310;
}
.AnyTagClassName
{
color: #FF4310;
}
</style>
background-color css
<style>
a { background-color: #FF4310; }
a { background-color: rgb(255,67,16); }
div.DivClassName
{
background-color: #FF4310;
}
.BgClassName
{
background-color: #FF4310;
}
</style>
border-color css
<style>
span { border-color: #FF4310; }
span { border-color: rgb(255,67,16); }
td.TdClassName
{
border-color: #FF4310;
}
.TagClassName
{
border-color: #FF4310;
}
</style>