Shades of Orange Red #FF3F16
Tints of Orange Red #FF3F16
RGB
CMYK
RGB Variations
Color information
#FF3F16 (or 0xFF3F16) is known color: Orange Red. HEX triplet: FF, 3F and 16. RGB value is (255,63,22). Sum of RGB (Red+Green+Blue) = 255+63+22=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F16 is #00C0E9. Grayscale: #747474. Windows color (decimal): -49386 or 1458175. OLE color: 1458175.
HSL color Cylindrical-coordinate representation of color #FF3F16: hue angle of 10.56º 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 #FF3F16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0 |
| HSL | 10.56º | 1% | 0.54% | - |
| HSV(B) | 10.56º | 0.91% | 1% | - |
| XYZ | 43.16 | 24.87 | 3.29 | - |
| YUV | 115.73 | 75.11 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 22 | 0 | 0.75 | 0.91 | 0 | 10.56 | 1 | 0.54 |
| Hex | FF | 3F | 16 | 0 | 4B | 5B | 0 | B | 64 | 36 |
| Octal | 377 | 77 | 26 | 0 | 113 | 133 | 0 | 13 | 144 | 66 |
| Binary | 11111111 | 111111 | 10110 | 0 | 1001011 | 1011011 | 0 | 1011 | 1100100 | 110110 |
Color Harmonies of #FF3F16
Complementary color
Monochromatic Colors of #FF3F16
Black with #FF3F16
Text Example
Text Example
White with #FF3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F16; }
p { color: rgb(255,63,22); }
H1.HeaderClassName
{
color: #FF3F16;
}
.AnyTagClassName
{
color: #FF3F16;
}
</style>
background-color css
<style>
a { background-color: #FF3F16; }
a { background-color: rgb(255,63,22); }
div.DivClassName
{
background-color: #FF3F16;
}
.BgClassName
{
background-color: #FF3F16;
}
</style>
border-color css
<style>
span { border-color: #FF3F16; }
span { border-color: rgb(255,63,22); }
td.TdClassName
{
border-color: #FF3F16;
}
.TagClassName
{
border-color: #FF3F16;
}
</style>