Shades of Orange Red #FB3A0F
Tints of Orange Red #FB3A0F
RGB
CMYK
RGB Variations
Color information
#FB3A0F (or 0xFB3A0F) is known color: Orange Red. HEX triplet: FB, 3A and 0F. RGB value is (251,58,15). Sum of RGB (Red+Green+Blue) = 251+58+15=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A0F is #04C5F0. Grayscale: #6F6F6F. Windows color (decimal): -312817 or 998139. OLE color: 998139.
HSL color Cylindrical-coordinate representation of color #FB3A0F: hue angle of 10.93º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB3A0F is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 15 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.02 |
| HSL | 10.93º | 0.97% | 0.52% | - |
| HSV(B) | 10.93º | 0.94% | 0.98% | - |
| XYZ | 41.38 | 23.57 | 2.82 | - |
| YUV | 110.81 | 73.94 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 15 | 0 | 0.77 | 0.94 | 0.02 | 10.93 | 0.97 | 0.52 |
| Hex | FB | 3A | F | 0 | 4D | 5E | 2 | B | 61 | 34 |
| Octal | 373 | 72 | 17 | 0 | 115 | 136 | 2 | 13 | 141 | 64 |
| Binary | 11111011 | 111010 | 1111 | 0 | 1001101 | 1011110 | 10 | 1011 | 1100001 | 110100 |
Color Harmonies of #FB3A0F
Complementary color
Monochromatic Colors of #FB3A0F
Black with #FB3A0F
Text Example
Text Example
White with #FB3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A0F; }
p { color: rgb(251,58,15); }
H1.HeaderClassName
{
color: #FB3A0F;
}
.AnyTagClassName
{
color: #FB3A0F;
}
</style>
background-color css
<style>
a { background-color: #FB3A0F; }
a { background-color: rgb(251,58,15); }
div.DivClassName
{
background-color: #FB3A0F;
}
.BgClassName
{
background-color: #FB3A0F;
}
</style>
border-color css
<style>
span { border-color: #FB3A0F; }
span { border-color: rgb(251,58,15); }
td.TdClassName
{
border-color: #FB3A0F;
}
.TagClassName
{
border-color: #FB3A0F;
}
</style>