Shades of Orange Red #FF3C0F
Tints of Orange Red #FF3C0F
RGB
CMYK
RGB Variations
Color information
#FF3C0F (or 0xFF3C0F) is known color: Orange Red. HEX triplet: FF, 3C and 0F. RGB value is (255,60,15). Sum of RGB (Red+Green+Blue) = 255+60+15=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C0F is #00C3F0. Grayscale: #717171. Windows color (decimal): -50161 or 998655. OLE color: 998655.
HSL color Cylindrical-coordinate representation of color #FF3C0F: hue angle of 11.25º 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 #FF3C0F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0 |
| HSL | 11.25º | 1% | 0.53% | - |
| HSV(B) | 11.25º | 0.94% | 1% | - |
| XYZ | 42.94 | 24.53 | 2.92 | - |
| YUV | 113.18 | 72.6 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 15 | 0 | 0.76 | 0.94 | 0 | 11.25 | 1 | 0.53 |
| Hex | FF | 3C | F | 0 | 4C | 5E | 0 | B | 64 | 35 |
| Octal | 377 | 74 | 17 | 0 | 114 | 136 | 0 | 13 | 144 | 65 |
| Binary | 11111111 | 111100 | 1111 | 0 | 1001100 | 1011110 | 0 | 1011 | 1100100 | 110101 |
Color Harmonies of #FF3C0F
Complementary color
Monochromatic Colors of #FF3C0F
Black with #FF3C0F
Text Example
Text Example
White with #FF3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C0F; }
p { color: rgb(255,60,15); }
H1.HeaderClassName
{
color: #FF3C0F;
}
.AnyTagClassName
{
color: #FF3C0F;
}
</style>
background-color css
<style>
a { background-color: #FF3C0F; }
a { background-color: rgb(255,60,15); }
div.DivClassName
{
background-color: #FF3C0F;
}
.BgClassName
{
background-color: #FF3C0F;
}
</style>
border-color css
<style>
span { border-color: #FF3C0F; }
span { border-color: rgb(255,60,15); }
td.TdClassName
{
border-color: #FF3C0F;
}
.TagClassName
{
border-color: #FF3C0F;
}
</style>