Shades of Orange Red #FF3F12
Tints of Orange Red #FF3F12
RGB
CMYK
RGB Variations
Color information
#FF3F12 (or 0xFF3F12) is known color: Orange Red. HEX triplet: FF, 3F and 12. RGB value is (255,63,18). Sum of RGB (Red+Green+Blue) = 255+63+18=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F12 is #00C0ED. Grayscale: #737373. Windows color (decimal): -49390 or 1196031. OLE color: 1196031.
HSL color Cylindrical-coordinate representation of color #FF3F12: hue angle of 11.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3F12 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 18 | - |
| CMYK | 0 | 0.75 | 0.93 | 0 |
| HSL | 11.39º | 1% | 0.54% | - |
| HSV(B) | 11.39º | 0.93% | 1% | - |
| XYZ | 43.13 | 24.86 | 3.1 | - |
| YUV | 115.28 | 73.11 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 18 | 0 | 0.75 | 0.93 | 0 | 11.39 | 1 | 0.54 |
| Hex | FF | 3F | 12 | 0 | 4B | 5D | 0 | B | 64 | 36 |
| Octal | 377 | 77 | 22 | 0 | 113 | 135 | 0 | 13 | 144 | 66 |
| Binary | 11111111 | 111111 | 10010 | 0 | 1001011 | 1011101 | 0 | 1011 | 1100100 | 110110 |
Color Harmonies of #FF3F12
Complementary color
Monochromatic Colors of #FF3F12
Black with #FF3F12
Text Example
Text Example
White with #FF3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F12; }
p { color: rgb(255,63,18); }
H1.HeaderClassName
{
color: #FF3F12;
}
.AnyTagClassName
{
color: #FF3F12;
}
</style>
background-color css
<style>
a { background-color: #FF3F12; }
a { background-color: rgb(255,63,18); }
div.DivClassName
{
background-color: #FF3F12;
}
.BgClassName
{
background-color: #FF3F12;
}
</style>
border-color css
<style>
span { border-color: #FF3F12; }
span { border-color: rgb(255,63,18); }
td.TdClassName
{
border-color: #FF3F12;
}
.TagClassName
{
border-color: #FF3F12;
}
</style>