Shades of Red Orange #FB332C
Tints of Red Orange #FB332C
RGB
CMYK
RGB Variations
Color information
#FB332C (or 0xFB332C) is known color: Red Orange. HEX triplet: FB, 33 and 2C. RGB value is (251,51,44). Sum of RGB (Red+Green+Blue) = 251+51+44=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB332C is #04CCD3. Grayscale: #6E6E6E. Windows color (decimal): -314580 or 2896891. OLE color: 2896891.
HSL color Cylindrical-coordinate representation of color #FB332C: hue angle of 2.03º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB332C is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 44 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.02 |
| HSL | 2.03º | 0.96% | 0.58% | - |
| HSV(B) | 2.03º | 0.82% | 0.98% | - |
| XYZ | 41.42 | 23.06 | 4.65 | - |
| YUV | 110 | 90.76 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 44 | 0 | 0.80 | 0.82 | 0.02 | 2.03 | 0.96 | 0.58 |
| Hex | FB | 33 | 2C | 0 | 50 | 52 | 2 | 2 | 60 | 3A |
| Octal | 373 | 63 | 54 | 0 | 120 | 122 | 2 | 2 | 140 | 72 |
| Binary | 11111011 | 110011 | 101100 | 0 | 1010000 | 1010010 | 10 | 10 | 1100000 | 111010 |
Color Harmonies of #FB332C
Complementary color
Monochromatic Colors of #FB332C
Black with #FB332C
Text Example
Text Example
White with #FB332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB332C; }
p { color: rgb(251,51,44); }
H1.HeaderClassName
{
color: #FB332C;
}
.AnyTagClassName
{
color: #FB332C;
}
</style>
background-color css
<style>
a { background-color: #FB332C; }
a { background-color: rgb(251,51,44); }
div.DivClassName
{
background-color: #FB332C;
}
.BgClassName
{
background-color: #FB332C;
}
</style>
border-color css
<style>
span { border-color: #FB332C; }
span { border-color: rgb(251,51,44); }
td.TdClassName
{
border-color: #FB332C;
}
.TagClassName
{
border-color: #FB332C;
}
</style>