Shades of Orange Red #FB3C0D
Tints of Orange Red #FB3C0D
RGB
CMYK
RGB Variations
Color information
#FB3C0D (or 0xFB3C0D) is known color: Orange Red. HEX triplet: FB, 3C and 0D. RGB value is (251,60,13). Sum of RGB (Red+Green+Blue) = 251+60+13=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C0D is #04C3F2. Grayscale: #707070. Windows color (decimal): -312307 or 867579. OLE color: 867579.
HSL color Cylindrical-coordinate representation of color #FB3C0D: hue angle of 11.85º 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 #FB3C0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.02 |
| HSL | 11.85º | 0.97% | 0.52% | - |
| HSV(B) | 11.85º | 0.95% | 0.98% | - |
| XYZ | 41.47 | 23.77 | 2.78 | - |
| YUV | 111.75 | 72.28 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 13 | 0 | 0.76 | 0.95 | 0.02 | 11.85 | 0.97 | 0.52 |
| Hex | FB | 3C | D | 0 | 4C | 5F | 2 | C | 61 | 34 |
| Octal | 373 | 74 | 15 | 0 | 114 | 137 | 2 | 14 | 141 | 64 |
| Binary | 11111011 | 111100 | 1101 | 0 | 1001100 | 1011111 | 10 | 1100 | 1100001 | 110100 |
Color Harmonies of #FB3C0D
Complementary color
Monochromatic Colors of #FB3C0D
Black with #FB3C0D
Text Example
Text Example
White with #FB3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C0D; }
p { color: rgb(251,60,13); }
H1.HeaderClassName
{
color: #FB3C0D;
}
.AnyTagClassName
{
color: #FB3C0D;
}
</style>
background-color css
<style>
a { background-color: #FB3C0D; }
a { background-color: rgb(251,60,13); }
div.DivClassName
{
background-color: #FB3C0D;
}
.BgClassName
{
background-color: #FB3C0D;
}
</style>
border-color css
<style>
span { border-color: #FB3C0D; }
span { border-color: rgb(251,60,13); }
td.TdClassName
{
border-color: #FB3C0D;
}
.TagClassName
{
border-color: #FB3C0D;
}
</style>