Shades of Red Orange #FB3C32
Tints of Red Orange #FB3C32
RGB
CMYK
RGB Variations
Color information
#FB3C32 (or 0xFB3C32) is known color: Red Orange. HEX triplet: FB, 3C and 32. RGB value is (251,60,50). Sum of RGB (Red+Green+Blue) = 251+60+50=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C32 is #04C3CD. Grayscale: #747474. Windows color (decimal): -312270 or 3292411. OLE color: 3292411.
HSL color Cylindrical-coordinate representation of color #FB3C32: hue angle of 2.99º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3C32 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 50 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.02 |
| HSL | 2.99º | 0.96% | 0.59% | - |
| HSV(B) | 2.99º | 0.8% | 0.98% | - |
| XYZ | 41.98 | 23.97 | 5.43 | - |
| YUV | 115.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 50 | 0 | 0.76 | 0.80 | 0.02 | 2.99 | 0.96 | 0.59 |
| Hex | FB | 3C | 32 | 0 | 4C | 50 | 2 | 3 | 60 | 3B |
| Octal | 373 | 74 | 62 | 0 | 114 | 120 | 2 | 3 | 140 | 73 |
| Binary | 11111011 | 111100 | 110010 | 0 | 1001100 | 1010000 | 10 | 11 | 1100000 | 111011 |
Color Harmonies of #FB3C32
Complementary color
Monochromatic Colors of #FB3C32
Black with #FB3C32
Text Example
Text Example
White with #FB3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C32; }
p { color: rgb(251,60,50); }
H1.HeaderClassName
{
color: #FB3C32;
}
.AnyTagClassName
{
color: #FB3C32;
}
</style>
background-color css
<style>
a { background-color: #FB3C32; }
a { background-color: rgb(251,60,50); }
div.DivClassName
{
background-color: #FB3C32;
}
.BgClassName
{
background-color: #FB3C32;
}
</style>
border-color css
<style>
span { border-color: #FB3C32; }
span { border-color: rgb(251,60,50); }
td.TdClassName
{
border-color: #FB3C32;
}
.TagClassName
{
border-color: #FB3C32;
}
</style>