Shades of Red Orange #FB3C2C
Tints of Red Orange #FB3C2C
RGB
CMYK
RGB Variations
Color information
#FB3C2C (or 0xFB3C2C) is known color: Red Orange. HEX triplet: FB, 3C and 2C. RGB value is (251,60,44). Sum of RGB (Red+Green+Blue) = 251+60+44=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C2C is #04C3D3. Grayscale: #737373. Windows color (decimal): -312276 or 2899195. OLE color: 2899195.
HSL color Cylindrical-coordinate representation of color #FB3C2C: hue angle of 4.64º 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 #FB3C2C is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 44 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.02 |
| HSL | 4.64º | 0.96% | 0.58% | - |
| HSV(B) | 4.64º | 0.82% | 0.98% | - |
| XYZ | 41.85 | 23.92 | 4.79 | - |
| YUV | 115.29 | 87.78 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 44 | 0 | 0.76 | 0.82 | 0.02 | 4.64 | 0.96 | 0.58 |
| Hex | FB | 3C | 2C | 0 | 4C | 52 | 2 | 5 | 60 | 3A |
| Octal | 373 | 74 | 54 | 0 | 114 | 122 | 2 | 5 | 140 | 72 |
| Binary | 11111011 | 111100 | 101100 | 0 | 1001100 | 1010010 | 10 | 101 | 1100000 | 111010 |
Color Harmonies of #FB3C2C
Complementary color
Monochromatic Colors of #FB3C2C
Black with #FB3C2C
Text Example
Text Example
White with #FB3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C2C; }
p { color: rgb(251,60,44); }
H1.HeaderClassName
{
color: #FB3C2C;
}
.AnyTagClassName
{
color: #FB3C2C;
}
</style>
background-color css
<style>
a { background-color: #FB3C2C; }
a { background-color: rgb(251,60,44); }
div.DivClassName
{
background-color: #FB3C2C;
}
.BgClassName
{
background-color: #FB3C2C;
}
</style>
border-color css
<style>
span { border-color: #FB3C2C; }
span { border-color: rgb(251,60,44); }
td.TdClassName
{
border-color: #FB3C2C;
}
.TagClassName
{
border-color: #FB3C2C;
}
</style>