Shades of Orange Red #FF3F0F
Tints of Orange Red #FF3F0F
RGB
CMYK
RGB Variations
Color information
#FF3F0F (or 0xFF3F0F) is known color: Orange Red. HEX triplet: FF, 3F and 0F. RGB value is (255,63,15). Sum of RGB (Red+Green+Blue) = 255+63+15=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F0F is #00C0F0. Grayscale: #737373. Windows color (decimal): -49393 or 999423. OLE color: 999423.
HSL color Cylindrical-coordinate representation of color #FF3F0F: hue angle of 12º 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 #FF3F0F is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 15 | - |
| CMYK | 0 | 0.75 | 0.94 | 0 |
| HSL | 12º | 1% | 0.53% | - |
| HSV(B) | 12º | 0.94% | 1% | - |
| XYZ | 43.1 | 24.85 | 2.98 | - |
| YUV | 114.94 | 71.61 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 15 | 0 | 0.75 | 0.94 | 0 | 12 | 1 | 0.53 |
| Hex | FF | 3F | F | 0 | 4B | 5E | 0 | C | 64 | 35 |
| Octal | 377 | 77 | 17 | 0 | 113 | 136 | 0 | 14 | 144 | 65 |
| Binary | 11111111 | 111111 | 1111 | 0 | 1001011 | 1011110 | 0 | 1100 | 1100100 | 110101 |
Color Harmonies of #FF3F0F
Complementary color
Monochromatic Colors of #FF3F0F
Black with #FF3F0F
Text Example
Text Example
White with #FF3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F0F; }
p { color: rgb(255,63,15); }
H1.HeaderClassName
{
color: #FF3F0F;
}
.AnyTagClassName
{
color: #FF3F0F;
}
</style>
background-color css
<style>
a { background-color: #FF3F0F; }
a { background-color: rgb(255,63,15); }
div.DivClassName
{
background-color: #FF3F0F;
}
.BgClassName
{
background-color: #FF3F0F;
}
</style>
border-color css
<style>
span { border-color: #FF3F0F; }
span { border-color: rgb(255,63,15); }
td.TdClassName
{
border-color: #FF3F0F;
}
.TagClassName
{
border-color: #FF3F0F;
}
</style>