Shades of Red Orange #FB3C27
Tints of Red Orange #FB3C27
RGB
CMYK
RGB Variations
Color information
#FB3C27 (or 0xFB3C27) is known color: Red Orange. HEX triplet: FB, 3C and 27. RGB value is (251,60,39). Sum of RGB (Red+Green+Blue) = 251+60+39=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C27 is #04C3D8. Grayscale: #727272. Windows color (decimal): -312281 or 2571515. OLE color: 2571515.
HSL color Cylindrical-coordinate representation of color #FB3C27: hue angle of 5.94º 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 #FB3C27 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 39 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.02 |
| HSL | 5.94º | 0.96% | 0.57% | - |
| HSV(B) | 5.94º | 0.84% | 0.98% | - |
| XYZ | 41.77 | 23.89 | 4.33 | - |
| YUV | 114.72 | 85.28 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 39 | 0 | 0.76 | 0.84 | 0.02 | 5.94 | 0.96 | 0.57 |
| Hex | FB | 3C | 27 | 0 | 4C | 54 | 2 | 6 | 60 | 39 |
| Octal | 373 | 74 | 47 | 0 | 114 | 124 | 2 | 6 | 140 | 71 |
| Binary | 11111011 | 111100 | 100111 | 0 | 1001100 | 1010100 | 10 | 110 | 1100000 | 111001 |
Color Harmonies of #FB3C27
Complementary color
Monochromatic Colors of #FB3C27
Black with #FB3C27
Text Example
Text Example
White with #FB3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C27; }
p { color: rgb(251,60,39); }
H1.HeaderClassName
{
color: #FB3C27;
}
.AnyTagClassName
{
color: #FB3C27;
}
</style>
background-color css
<style>
a { background-color: #FB3C27; }
a { background-color: rgb(251,60,39); }
div.DivClassName
{
background-color: #FB3C27;
}
.BgClassName
{
background-color: #FB3C27;
}
</style>
border-color css
<style>
span { border-color: #FB3C27; }
span { border-color: rgb(251,60,39); }
td.TdClassName
{
border-color: #FB3C27;
}
.TagClassName
{
border-color: #FB3C27;
}
</style>