Shades of Orange Red #FF3F10
Tints of Orange Red #FF3F10
RGB
CMYK
RGB Variations
Color information
#FF3F10 (or 0xFF3F10) is known color: Orange Red. HEX triplet: FF, 3F and 10. RGB value is (255,63,16). Sum of RGB (Red+Green+Blue) = 255+63+16=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F10 is #00C0EF. Grayscale: #737373. Windows color (decimal): -49392 or 1064959. OLE color: 1064959.
HSL color Cylindrical-coordinate representation of color #FF3F10: hue angle of 11.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 #FF3F10 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 16 | - |
| CMYK | 0 | 0.75 | 0.94 | 0 |
| HSL | 11.8º | 1% | 0.53% | - |
| HSV(B) | 11.8º | 0.94% | 1% | - |
| XYZ | 43.11 | 24.85 | 3.02 | - |
| YUV | 115.05 | 72.11 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 16 | 0 | 0.75 | 0.94 | 0 | 11.8 | 1 | 0.53 |
| Hex | FF | 3F | 10 | 0 | 4B | 5E | 0 | C | 64 | 35 |
| Octal | 377 | 77 | 20 | 0 | 113 | 136 | 0 | 14 | 144 | 65 |
| Binary | 11111111 | 111111 | 10000 | 0 | 1001011 | 1011110 | 0 | 1100 | 1100100 | 110101 |
Color Harmonies of #FF3F10
Complementary color
Monochromatic Colors of #FF3F10
Black with #FF3F10
Text Example
Text Example
White with #FF3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F10; }
p { color: rgb(255,63,16); }
H1.HeaderClassName
{
color: #FF3F10;
}
.AnyTagClassName
{
color: #FF3F10;
}
</style>
background-color css
<style>
a { background-color: #FF3F10; }
a { background-color: rgb(255,63,16); }
div.DivClassName
{
background-color: #FF3F10;
}
.BgClassName
{
background-color: #FF3F10;
}
</style>
border-color css
<style>
span { border-color: #FF3F10; }
span { border-color: rgb(255,63,16); }
td.TdClassName
{
border-color: #FF3F10;
}
.TagClassName
{
border-color: #FF3F10;
}
</style>