Shades of Orange Red #FF3F05
Tints of Orange Red #FF3F05
RGB
CMYK
RGB Variations
Color information
#FF3F05 (or 0xFF3F05) is known color: Orange Red. HEX triplet: FF, 3F and 05. RGB value is (255,63,5). Sum of RGB (Red+Green+Blue) = 255+63+5=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F05 is #00C0FA. Grayscale: #727272. Windows color (decimal): -49403 or 344063. OLE color: 344063.
HSL color Cylindrical-coordinate representation of color #FF3F05: hue angle of 13.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3F05 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0 |
| HSL | 13.92º | 1% | 0.51% | - |
| HSV(B) | 13.92º | 0.98% | 1% | - |
| XYZ | 43.04 | 24.83 | 2.67 | - |
| YUV | 113.8 | 66.61 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 5 | 0 | 0.75 | 0.98 | 0 | 13.92 | 1 | 0.51 |
| Hex | FF | 3F | 5 | 0 | 4B | 62 | 0 | E | 64 | 33 |
| Octal | 377 | 77 | 5 | 0 | 113 | 142 | 0 | 16 | 144 | 63 |
| Binary | 11111111 | 111111 | 101 | 0 | 1001011 | 1100010 | 0 | 1110 | 1100100 | 110011 |
Color Harmonies of #FF3F05
Complementary color
Monochromatic Colors of #FF3F05
Black with #FF3F05
Text Example
Text Example
White with #FF3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F05; }
p { color: rgb(255,63,5); }
H1.HeaderClassName
{
color: #FF3F05;
}
.AnyTagClassName
{
color: #FF3F05;
}
</style>
background-color css
<style>
a { background-color: #FF3F05; }
a { background-color: rgb(255,63,5); }
div.DivClassName
{
background-color: #FF3F05;
}
.BgClassName
{
background-color: #FF3F05;
}
</style>
border-color css
<style>
span { border-color: #FF3F05; }
span { border-color: rgb(255,63,5); }
td.TdClassName
{
border-color: #FF3F05;
}
.TagClassName
{
border-color: #FF3F05;
}
</style>