Shades of Red Orange #FB4C28
Tints of Red Orange #FB4C28
RGB
CMYK
RGB Variations
Color information
#FB4C28 (or 0xFB4C28) is known color: Red Orange. HEX triplet: FB, 4C and 28. RGB value is (251,76,40). Sum of RGB (Red+Green+Blue) = 251+76+40=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4C28 is #04B3D7. Grayscale: #7C7C7C. Windows color (decimal): -308184 or 2641147. OLE color: 2641147.
HSL color Cylindrical-coordinate representation of color #FB4C28: hue angle of 10.24º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB4C28 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 40 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.02 |
| HSL | 10.24º | 0.96% | 0.57% | - |
| HSV(B) | 10.24º | 0.84% | 0.98% | - |
| XYZ | 42.75 | 25.83 | 4.74 | - |
| YUV | 124.22 | 80.48 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 40 | 0 | 0.70 | 0.84 | 0.02 | 10.24 | 0.96 | 0.57 |
| Hex | FB | 4C | 28 | 0 | 46 | 54 | 2 | A | 60 | 39 |
| Octal | 373 | 114 | 50 | 0 | 106 | 124 | 2 | 12 | 140 | 71 |
| Binary | 11111011 | 1001100 | 101000 | 0 | 1000110 | 1010100 | 10 | 1010 | 1100000 | 111001 |
Color Harmonies of #FB4C28
Complementary color
Monochromatic Colors of #FB4C28
Black with #FB4C28
Text Example
Text Example
White with #FB4C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C28; }
p { color: rgb(251,76,40); }
H1.HeaderClassName
{
color: #FB4C28;
}
.AnyTagClassName
{
color: #FB4C28;
}
</style>
background-color css
<style>
a { background-color: #FB4C28; }
a { background-color: rgb(251,76,40); }
div.DivClassName
{
background-color: #FB4C28;
}
.BgClassName
{
background-color: #FB4C28;
}
</style>
border-color css
<style>
span { border-color: #FB4C28; }
span { border-color: rgb(251,76,40); }
td.TdClassName
{
border-color: #FB4C28;
}
.TagClassName
{
border-color: #FB4C28;
}
</style>