Shades of Red Orange #FB3C29
Tints of Red Orange #FB3C29
RGB
CMYK
RGB Variations
Color information
#FB3C29 (or 0xFB3C29) is known color: Red Orange. HEX triplet: FB, 3C and 29. RGB value is (251,60,41). Sum of RGB (Red+Green+Blue) = 251+60+41=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C29 is #04C3D6. Grayscale: #737373. Windows color (decimal): -312279 or 2702587. OLE color: 2702587.
HSL color Cylindrical-coordinate representation of color #FB3C29: hue angle of 5.43º 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 #FB3C29 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 41 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.02 |
| HSL | 5.43º | 0.96% | 0.57% | - |
| HSV(B) | 5.43º | 0.84% | 0.98% | - |
| XYZ | 41.8 | 23.9 | 4.51 | - |
| YUV | 114.94 | 86.28 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 41 | 0 | 0.76 | 0.84 | 0.02 | 5.43 | 0.96 | 0.57 |
| Hex | FB | 3C | 29 | 0 | 4C | 54 | 2 | 5 | 60 | 39 |
| Octal | 373 | 74 | 51 | 0 | 114 | 124 | 2 | 5 | 140 | 71 |
| Binary | 11111011 | 111100 | 101001 | 0 | 1001100 | 1010100 | 10 | 101 | 1100000 | 111001 |
Color Harmonies of #FB3C29
Complementary color
Monochromatic Colors of #FB3C29
Black with #FB3C29
Text Example
Text Example
White with #FB3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C29; }
p { color: rgb(251,60,41); }
H1.HeaderClassName
{
color: #FB3C29;
}
.AnyTagClassName
{
color: #FB3C29;
}
</style>
background-color css
<style>
a { background-color: #FB3C29; }
a { background-color: rgb(251,60,41); }
div.DivClassName
{
background-color: #FB3C29;
}
.BgClassName
{
background-color: #FB3C29;
}
</style>
border-color css
<style>
span { border-color: #FB3C29; }
span { border-color: rgb(251,60,41); }
td.TdClassName
{
border-color: #FB3C29;
}
.TagClassName
{
border-color: #FB3C29;
}
</style>