Shades of Red Orange #FB4D1F
Tints of Red Orange #FB4D1F
RGB
CMYK
RGB Variations
Color information
#FB4D1F (or 0xFB4D1F) is known color: Red Orange. HEX triplet: FB, 4D and 1F. RGB value is (251,77,31). Sum of RGB (Red+Green+Blue) = 251+77+31=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D1F is #04B2E0. Grayscale: #7C7C7C. Windows color (decimal): -307937 or 2051579. OLE color: 2051579.
HSL color Cylindrical-coordinate representation of color #FB4D1F: hue angle of 12.55º 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 #FB4D1F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 31 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.02 |
| HSL | 12.55º | 0.96% | 0.55% | - |
| HSV(B) | 12.55º | 0.88% | 0.98% | - |
| XYZ | 42.68 | 25.92 | 4.05 | - |
| YUV | 123.78 | 75.65 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 31 | 0 | 0.69 | 0.88 | 0.02 | 12.55 | 0.96 | 0.55 |
| Hex | FB | 4D | 1F | 0 | 45 | 58 | 2 | D | 60 | 37 |
| Octal | 373 | 115 | 37 | 0 | 105 | 130 | 2 | 15 | 140 | 67 |
| Binary | 11111011 | 1001101 | 11111 | 0 | 1000101 | 1011000 | 10 | 1101 | 1100000 | 110111 |
Color Harmonies of #FB4D1F
Complementary color
Monochromatic Colors of #FB4D1F
Black with #FB4D1F
Text Example
Text Example
White with #FB4D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D1F; }
p { color: rgb(251,77,31); }
H1.HeaderClassName
{
color: #FB4D1F;
}
.AnyTagClassName
{
color: #FB4D1F;
}
</style>
background-color css
<style>
a { background-color: #FB4D1F; }
a { background-color: rgb(251,77,31); }
div.DivClassName
{
background-color: #FB4D1F;
}
.BgClassName
{
background-color: #FB4D1F;
}
</style>
border-color css
<style>
span { border-color: #FB4D1F; }
span { border-color: rgb(251,77,31); }
td.TdClassName
{
border-color: #FB4D1F;
}
.TagClassName
{
border-color: #FB4D1F;
}
</style>