Shades of Red Orange #FB4C1F
Tints of Red Orange #FB4C1F
RGB
CMYK
RGB Variations
Color information
#FB4C1F (or 0xFB4C1F) is known color: Red Orange. HEX triplet: FB, 4C and 1F. RGB value is (251,76,31). Sum of RGB (Red+Green+Blue) = 251+76+31=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4C1F is #04B3E0. Grayscale: #7B7B7B. Windows color (decimal): -308193 or 2051323. OLE color: 2051323.
HSL color Cylindrical-coordinate representation of color #FB4C1F: hue angle of 12.27º 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 #FB4C1F is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 31 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.02 |
| HSL | 12.27º | 0.96% | 0.55% | - |
| HSV(B) | 12.27º | 0.88% | 0.98% | - |
| XYZ | 42.62 | 25.78 | 4.03 | - |
| YUV | 123.2 | 75.98 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 31 | 0 | 0.70 | 0.88 | 0.02 | 12.27 | 0.96 | 0.55 |
| Hex | FB | 4C | 1F | 0 | 46 | 58 | 2 | C | 60 | 37 |
| Octal | 373 | 114 | 37 | 0 | 106 | 130 | 2 | 14 | 140 | 67 |
| Binary | 11111011 | 1001100 | 11111 | 0 | 1000110 | 1011000 | 10 | 1100 | 1100000 | 110111 |
Color Harmonies of #FB4C1F
Complementary color
Monochromatic Colors of #FB4C1F
Black with #FB4C1F
Text Example
Text Example
White with #FB4C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C1F; }
p { color: rgb(251,76,31); }
H1.HeaderClassName
{
color: #FB4C1F;
}
.AnyTagClassName
{
color: #FB4C1F;
}
</style>
background-color css
<style>
a { background-color: #FB4C1F; }
a { background-color: rgb(251,76,31); }
div.DivClassName
{
background-color: #FB4C1F;
}
.BgClassName
{
background-color: #FB4C1F;
}
</style>
border-color css
<style>
span { border-color: #FB4C1F; }
span { border-color: rgb(251,76,31); }
td.TdClassName
{
border-color: #FB4C1F;
}
.TagClassName
{
border-color: #FB4C1F;
}
</style>