Shades of Orange Red #FB3C0C
Tints of Orange Red #FB3C0C
RGB
CMYK
RGB Variations
Color information
#FB3C0C (or 0xFB3C0C) is known color: Orange Red. HEX triplet: FB, 3C and 0C. RGB value is (251,60,12). Sum of RGB (Red+Green+Blue) = 251+60+12=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C0C is #04C3F3. Grayscale: #707070. Windows color (decimal): -312308 or 802043. OLE color: 802043.
HSL color Cylindrical-coordinate representation of color #FB3C0C: hue angle of 12.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB3C0C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.02 |
| HSL | 12.05º | 0.97% | 0.52% | - |
| HSV(B) | 12.05º | 0.95% | 0.98% | - |
| XYZ | 41.47 | 23.77 | 2.75 | - |
| YUV | 111.64 | 71.78 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 12 | 0 | 0.76 | 0.95 | 0.02 | 12.05 | 0.97 | 0.52 |
| Hex | FB | 3C | C | 0 | 4C | 5F | 2 | C | 61 | 34 |
| Octal | 373 | 74 | 14 | 0 | 114 | 137 | 2 | 14 | 141 | 64 |
| Binary | 11111011 | 111100 | 1100 | 0 | 1001100 | 1011111 | 10 | 1100 | 1100001 | 110100 |
Color Harmonies of #FB3C0C
Complementary color
Monochromatic Colors of #FB3C0C
Black with #FB3C0C
Text Example
Text Example
White with #FB3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C0C; }
p { color: rgb(251,60,12); }
H1.HeaderClassName
{
color: #FB3C0C;
}
.AnyTagClassName
{
color: #FB3C0C;
}
</style>
background-color css
<style>
a { background-color: #FB3C0C; }
a { background-color: rgb(251,60,12); }
div.DivClassName
{
background-color: #FB3C0C;
}
.BgClassName
{
background-color: #FB3C0C;
}
</style>
border-color css
<style>
span { border-color: #FB3C0C; }
span { border-color: rgb(251,60,12); }
td.TdClassName
{
border-color: #FB3C0C;
}
.TagClassName
{
border-color: #FB3C0C;
}
</style>