Shades of Red Orange #FB301F
Tints of Red Orange #FB301F
RGB
CMYK
RGB Variations
Color information
#FB301F (or 0xFB301F) is known color: Red Orange. HEX triplet: FB, 30 and 1F. RGB value is (251,48,31). Sum of RGB (Red+Green+Blue) = 251+48+31=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB301F is #04CFE0. Grayscale: #6B6B6B. Windows color (decimal): -315361 or 2044155. OLE color: 2044155.
HSL color Cylindrical-coordinate representation of color #FB301F: hue angle of 4.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB301F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 31 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.02 |
| HSL | 4.64º | 0.96% | 0.55% | - |
| HSV(B) | 4.64º | 0.88% | 0.98% | - |
| XYZ | 41.09 | 22.72 | 3.52 | - |
| YUV | 106.76 | 85.25 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 31 | 0 | 0.81 | 0.88 | 0.02 | 4.64 | 0.96 | 0.55 |
| Hex | FB | 30 | 1F | 0 | 51 | 58 | 2 | 5 | 60 | 37 |
| Octal | 373 | 60 | 37 | 0 | 121 | 130 | 2 | 5 | 140 | 67 |
| Binary | 11111011 | 110000 | 11111 | 0 | 1010001 | 1011000 | 10 | 101 | 1100000 | 110111 |
Color Harmonies of #FB301F
Complementary color
Monochromatic Colors of #FB301F
Black with #FB301F
Text Example
Text Example
White with #FB301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB301F; }
p { color: rgb(251,48,31); }
H1.HeaderClassName
{
color: #FB301F;
}
.AnyTagClassName
{
color: #FB301F;
}
</style>
background-color css
<style>
a { background-color: #FB301F; }
a { background-color: rgb(251,48,31); }
div.DivClassName
{
background-color: #FB301F;
}
.BgClassName
{
background-color: #FB301F;
}
</style>
border-color css
<style>
span { border-color: #FB301F; }
span { border-color: rgb(251,48,31); }
td.TdClassName
{
border-color: #FB301F;
}
.TagClassName
{
border-color: #FB301F;
}
</style>