Shades of Orange Red #FF3C0B
Tints of Orange Red #FF3C0B
RGB
CMYK
RGB Variations
Color information
#FF3C0B (or 0xFF3C0B) is known color: Orange Red. HEX triplet: FF, 3C and 0B. RGB value is (255,60,11). Sum of RGB (Red+Green+Blue) = 255+60+11=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C0B is #00C3F4. Grayscale: #717171. Windows color (decimal): -50165 or 736511. OLE color: 736511.
HSL color Cylindrical-coordinate representation of color #FF3C0B: hue angle of 12.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF3C0B is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 11 | - |
| CMYK | 0 | 0.76 | 0.96 | 0 |
| HSL | 12.05º | 1% | 0.52% | - |
| HSV(B) | 12.05º | 0.96% | 1% | - |
| XYZ | 42.92 | 24.52 | 2.79 | - |
| YUV | 112.72 | 70.6 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 11 | 0 | 0.76 | 0.96 | 0 | 12.05 | 1 | 0.52 |
| Hex | FF | 3C | B | 0 | 4C | 60 | 0 | C | 64 | 34 |
| Octal | 377 | 74 | 13 | 0 | 114 | 140 | 0 | 14 | 144 | 64 |
| Binary | 11111111 | 111100 | 1011 | 0 | 1001100 | 1100000 | 0 | 1100 | 1100100 | 110100 |
Color Harmonies of #FF3C0B
Complementary color
Monochromatic Colors of #FF3C0B
Black with #FF3C0B
Text Example
Text Example
White with #FF3C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C0B; }
p { color: rgb(255,60,11); }
H1.HeaderClassName
{
color: #FF3C0B;
}
.AnyTagClassName
{
color: #FF3C0B;
}
</style>
background-color css
<style>
a { background-color: #FF3C0B; }
a { background-color: rgb(255,60,11); }
div.DivClassName
{
background-color: #FF3C0B;
}
.BgClassName
{
background-color: #FF3C0B;
}
</style>
border-color css
<style>
span { border-color: #FF3C0B; }
span { border-color: rgb(255,60,11); }
td.TdClassName
{
border-color: #FF3C0B;
}
.TagClassName
{
border-color: #FF3C0B;
}
</style>