Shades of Red Orange #FB4127
Tints of Red Orange #FB4127
RGB
CMYK
RGB Variations
Color information
#FB4127 (or 0xFB4127) is known color: Red Orange. HEX triplet: FB, 41 and 27. RGB value is (251,65,39). Sum of RGB (Red+Green+Blue) = 251+65+39=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4127 is #04BED8. Grayscale: #757575. Windows color (decimal): -311001 or 2572795. OLE color: 2572795.
HSL color Cylindrical-coordinate representation of color #FB4127: hue angle of 7.36º 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 #FB4127 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 39 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.02 |
| HSL | 7.36º | 0.96% | 0.57% | - |
| HSV(B) | 7.36º | 0.84% | 0.98% | - |
| XYZ | 42.04 | 24.44 | 4.42 | - |
| YUV | 117.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 39 | 0 | 0.74 | 0.84 | 0.02 | 7.36 | 0.96 | 0.57 |
| Hex | FB | 41 | 27 | 0 | 4A | 54 | 2 | 7 | 60 | 39 |
| Octal | 373 | 101 | 47 | 0 | 112 | 124 | 2 | 7 | 140 | 71 |
| Binary | 11111011 | 1000001 | 100111 | 0 | 1001010 | 1010100 | 10 | 111 | 1100000 | 111001 |
Color Harmonies of #FB4127
Complementary color
Monochromatic Colors of #FB4127
Black with #FB4127
Text Example
Text Example
White with #FB4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4127; }
p { color: rgb(251,65,39); }
H1.HeaderClassName
{
color: #FB4127;
}
.AnyTagClassName
{
color: #FB4127;
}
</style>
background-color css
<style>
a { background-color: #FB4127; }
a { background-color: rgb(251,65,39); }
div.DivClassName
{
background-color: #FB4127;
}
.BgClassName
{
background-color: #FB4127;
}
</style>
border-color css
<style>
span { border-color: #FB4127; }
span { border-color: rgb(251,65,39); }
td.TdClassName
{
border-color: #FB4127;
}
.TagClassName
{
border-color: #FB4127;
}
</style>