Shades of Red Orange #FB4128
Tints of Red Orange #FB4128
RGB
CMYK
RGB Variations
Color information
#FB4128 (or 0xFB4128) is known color: Red Orange. HEX triplet: FB, 41 and 28. RGB value is (251,65,40). Sum of RGB (Red+Green+Blue) = 251+65+40=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4128 is #04BED7. Grayscale: #767676. Windows color (decimal): -311000 or 2638331. OLE color: 2638331.
HSL color Cylindrical-coordinate representation of color #FB4128: hue angle of 7.11º 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 #FB4128 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 40 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.02 |
| HSL | 7.11º | 0.96% | 0.57% | - |
| HSV(B) | 7.11º | 0.84% | 0.98% | - |
| XYZ | 42.06 | 24.44 | 4.51 | - |
| YUV | 117.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 40 | 0 | 0.74 | 0.84 | 0.02 | 7.11 | 0.96 | 0.57 |
| Hex | FB | 41 | 28 | 0 | 4A | 54 | 2 | 7 | 60 | 39 |
| Octal | 373 | 101 | 50 | 0 | 112 | 124 | 2 | 7 | 140 | 71 |
| Binary | 11111011 | 1000001 | 101000 | 0 | 1001010 | 1010100 | 10 | 111 | 1100000 | 111001 |
Color Harmonies of #FB4128
Complementary color
Monochromatic Colors of #FB4128
Black with #FB4128
Text Example
Text Example
White with #FB4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4128; }
p { color: rgb(251,65,40); }
H1.HeaderClassName
{
color: #FB4128;
}
.AnyTagClassName
{
color: #FB4128;
}
</style>
background-color css
<style>
a { background-color: #FB4128; }
a { background-color: rgb(251,65,40); }
div.DivClassName
{
background-color: #FB4128;
}
.BgClassName
{
background-color: #FB4128;
}
</style>
border-color css
<style>
span { border-color: #FB4128; }
span { border-color: rgb(251,65,40); }
td.TdClassName
{
border-color: #FB4128;
}
.TagClassName
{
border-color: #FB4128;
}
</style>