Shades of Orange Red #FB3D0A
Tints of Orange Red #FB3D0A
RGB
CMYK
RGB Variations
Color information
#FB3D0A (or 0xFB3D0A) is known color: Orange Red. HEX triplet: FB, 3D and 0A. RGB value is (251,61,10). Sum of RGB (Red+Green+Blue) = 251+61+10=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3D0A is #04C2F5. Grayscale: #707070. Windows color (decimal): -312054 or 671227. OLE color: 671227.
HSL color Cylindrical-coordinate representation of color #FB3D0A: hue angle of 12.7º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB3D0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.02 |
| HSL | 12.7º | 0.97% | 0.51% | - |
| HSV(B) | 12.7º | 0.96% | 0.98% | - |
| XYZ | 41.51 | 23.87 | 2.71 | - |
| YUV | 112 | 70.45 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 10 | 0 | 0.76 | 0.96 | 0.02 | 12.7 | 0.97 | 0.51 |
| Hex | FB | 3D | A | 0 | 4C | 60 | 2 | D | 61 | 33 |
| Octal | 373 | 75 | 12 | 0 | 114 | 140 | 2 | 15 | 141 | 63 |
| Binary | 11111011 | 111101 | 1010 | 0 | 1001100 | 1100000 | 10 | 1101 | 1100001 | 110011 |
Color Harmonies of #FB3D0A
Complementary color
Monochromatic Colors of #FB3D0A
Black with #FB3D0A
Text Example
Text Example
White with #FB3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D0A; }
p { color: rgb(251,61,10); }
H1.HeaderClassName
{
color: #FB3D0A;
}
.AnyTagClassName
{
color: #FB3D0A;
}
</style>
background-color css
<style>
a { background-color: #FB3D0A; }
a { background-color: rgb(251,61,10); }
div.DivClassName
{
background-color: #FB3D0A;
}
.BgClassName
{
background-color: #FB3D0A;
}
</style>
border-color css
<style>
span { border-color: #FB3D0A; }
span { border-color: rgb(251,61,10); }
td.TdClassName
{
border-color: #FB3D0A;
}
.TagClassName
{
border-color: #FB3D0A;
}
</style>