Shades of Orange Red #FF4316
Tints of Orange Red #FF4316
RGB
CMYK
RGB Variations
Color information
#FF4316 (or 0xFF4316) is known color: Orange Red. HEX triplet: FF, 43 and 16. RGB value is (255,67,22). Sum of RGB (Red+Green+Blue) = 255+67+22=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4316 is #00BCE9. Grayscale: #767676. Windows color (decimal): -48362 or 1459199. OLE color: 1459199.
HSL color Cylindrical-coordinate representation of color #FF4316: hue angle of 11.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF4316 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0 |
| HSL | 11.59º | 1% | 0.54% | - |
| HSV(B) | 11.59º | 0.91% | 1% | - |
| XYZ | 43.39 | 25.33 | 3.36 | - |
| YUV | 118.08 | 73.78 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 22 | 0 | 0.74 | 0.91 | 0 | 11.59 | 1 | 0.54 |
| Hex | FF | 43 | 16 | 0 | 4A | 5B | 0 | C | 64 | 36 |
| Octal | 377 | 103 | 26 | 0 | 112 | 133 | 0 | 14 | 144 | 66 |
| Binary | 11111111 | 1000011 | 10110 | 0 | 1001010 | 1011011 | 0 | 1100 | 1100100 | 110110 |
Color Harmonies of #FF4316
Complementary color
Monochromatic Colors of #FF4316
Black with #FF4316
Text Example
Text Example
White with #FF4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4316; }
p { color: rgb(255,67,22); }
H1.HeaderClassName
{
color: #FF4316;
}
.AnyTagClassName
{
color: #FF4316;
}
</style>
background-color css
<style>
a { background-color: #FF4316; }
a { background-color: rgb(255,67,22); }
div.DivClassName
{
background-color: #FF4316;
}
.BgClassName
{
background-color: #FF4316;
}
</style>
border-color css
<style>
span { border-color: #FF4316; }
span { border-color: rgb(255,67,22); }
td.TdClassName
{
border-color: #FF4316;
}
.TagClassName
{
border-color: #FF4316;
}
</style>