Shades of Red Orange #FB4124
Tints of Red Orange #FB4124
RGB
CMYK
RGB Variations
Color information
#FB4124 (or 0xFB4124) is known color: Red Orange. HEX triplet: FB, 41 and 24. RGB value is (251,65,36). Sum of RGB (Red+Green+Blue) = 251+65+36=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4124 is #04BEDB. Grayscale: #757575. Windows color (decimal): -311004 or 2376187. OLE color: 2376187.
HSL color Cylindrical-coordinate representation of color #FB4124: hue angle of 8.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB4124 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 36 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.02 |
| HSL | 8.09º | 0.96% | 0.56% | - |
| HSV(B) | 8.09º | 0.86% | 0.98% | - |
| XYZ | 41.99 | 24.42 | 4.17 | - |
| YUV | 117.31 | 82.12 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 36 | 0 | 0.74 | 0.86 | 0.02 | 8.09 | 0.96 | 0.56 |
| Hex | FB | 41 | 24 | 0 | 4A | 56 | 2 | 8 | 60 | 38 |
| Octal | 373 | 101 | 44 | 0 | 112 | 126 | 2 | 10 | 140 | 70 |
| Binary | 11111011 | 1000001 | 100100 | 0 | 1001010 | 1010110 | 10 | 1000 | 1100000 | 111000 |
Color Harmonies of #FB4124
Complementary color
Monochromatic Colors of #FB4124
Black with #FB4124
Text Example
Text Example
White with #FB4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4124; }
p { color: rgb(251,65,36); }
H1.HeaderClassName
{
color: #FB4124;
}
.AnyTagClassName
{
color: #FB4124;
}
</style>
background-color css
<style>
a { background-color: #FB4124; }
a { background-color: rgb(251,65,36); }
div.DivClassName
{
background-color: #FB4124;
}
.BgClassName
{
background-color: #FB4124;
}
</style>
border-color css
<style>
span { border-color: #FB4124; }
span { border-color: rgb(251,65,36); }
td.TdClassName
{
border-color: #FB4124;
}
.TagClassName
{
border-color: #FB4124;
}
</style>