Shades of Orange Red #FF3B0C
Tints of Orange Red #FF3B0C
RGB
CMYK
RGB Variations
Color information
#FF3B0C (or 0xFF3B0C) is known color: Orange Red. HEX triplet: FF, 3B and 0C. RGB value is (255,59,12). Sum of RGB (Red+Green+Blue) = 255+59+12=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B0C is #00C4F3. Grayscale: #707070. Windows color (decimal): -50420 or 801791. OLE color: 801791.
HSL color Cylindrical-coordinate representation of color #FF3B0C: hue angle of 11.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF3B0C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0 |
| HSL | 11.6º | 1% | 0.52% | - |
| HSV(B) | 11.6º | 0.95% | 1% | - |
| XYZ | 42.87 | 24.41 | 2.8 | - |
| YUV | 112.25 | 71.43 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 12 | 0 | 0.77 | 0.95 | 0 | 11.6 | 1 | 0.52 |
| Hex | FF | 3B | C | 0 | 4D | 5F | 0 | C | 64 | 34 |
| Octal | 377 | 73 | 14 | 0 | 115 | 137 | 0 | 14 | 144 | 64 |
| Binary | 11111111 | 111011 | 1100 | 0 | 1001101 | 1011111 | 0 | 1100 | 1100100 | 110100 |
Color Harmonies of #FF3B0C
Complementary color
Monochromatic Colors of #FF3B0C
Black with #FF3B0C
Text Example
Text Example
White with #FF3B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B0C; }
p { color: rgb(255,59,12); }
H1.HeaderClassName
{
color: #FF3B0C;
}
.AnyTagClassName
{
color: #FF3B0C;
}
</style>
background-color css
<style>
a { background-color: #FF3B0C; }
a { background-color: rgb(255,59,12); }
div.DivClassName
{
background-color: #FF3B0C;
}
.BgClassName
{
background-color: #FF3B0C;
}
</style>
border-color css
<style>
span { border-color: #FF3B0C; }
span { border-color: rgb(255,59,12); }
td.TdClassName
{
border-color: #FF3B0C;
}
.TagClassName
{
border-color: #FF3B0C;
}
</style>