Shades of Red Orange #FB4828
Tints of Red Orange #FB4828
RGB
CMYK
RGB Variations
Color information
#FB4828 (or 0xFB4828) is known color: Red Orange. HEX triplet: FB, 48 and 28. RGB value is (251,72,40). Sum of RGB (Red+Green+Blue) = 251+72+40=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4828 is #04B7D7. Grayscale: #7A7A7A. Windows color (decimal): -309208 or 2640123. OLE color: 2640123.
HSL color Cylindrical-coordinate representation of color #FB4828: hue angle of 9.1º 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 #FB4828 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 40 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.02 |
| HSL | 9.1º | 0.96% | 0.57% | - |
| HSV(B) | 9.1º | 0.84% | 0.98% | - |
| XYZ | 42.48 | 25.3 | 4.65 | - |
| YUV | 121.87 | 81.8 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 40 | 0 | 0.71 | 0.84 | 0.02 | 9.1 | 0.96 | 0.57 |
| Hex | FB | 48 | 28 | 0 | 47 | 54 | 2 | 9 | 60 | 39 |
| Octal | 373 | 110 | 50 | 0 | 107 | 124 | 2 | 11 | 140 | 71 |
| Binary | 11111011 | 1001000 | 101000 | 0 | 1000111 | 1010100 | 10 | 1001 | 1100000 | 111001 |
Color Harmonies of #FB4828
Complementary color
Monochromatic Colors of #FB4828
Black with #FB4828
Text Example
Text Example
White with #FB4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4828; }
p { color: rgb(251,72,40); }
H1.HeaderClassName
{
color: #FB4828;
}
.AnyTagClassName
{
color: #FB4828;
}
</style>
background-color css
<style>
a { background-color: #FB4828; }
a { background-color: rgb(251,72,40); }
div.DivClassName
{
background-color: #FB4828;
}
.BgClassName
{
background-color: #FB4828;
}
</style>
border-color css
<style>
span { border-color: #FB4828; }
span { border-color: rgb(251,72,40); }
td.TdClassName
{
border-color: #FB4828;
}
.TagClassName
{
border-color: #FB4828;
}
</style>