Shades of Red Orange #FB3C2D
Tints of Red Orange #FB3C2D
RGB
CMYK
RGB Variations
Color information
#FB3C2D (or 0xFB3C2D) is known color: Red Orange. HEX triplet: FB, 3C and 2D. RGB value is (251,60,45). Sum of RGB (Red+Green+Blue) = 251+60+45=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C2D is #04C3D2. Grayscale: #737373. Windows color (decimal): -312275 or 2964731. OLE color: 2964731.
HSL color Cylindrical-coordinate representation of color #FB3C2D: hue angle of 4.37º 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 #FB3C2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.02 |
| HSL | 4.37º | 0.96% | 0.58% | - |
| HSV(B) | 4.37º | 0.82% | 0.98% | - |
| XYZ | 41.87 | 23.93 | 4.89 | - |
| YUV | 115.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 45 | 0 | 0.76 | 0.82 | 0.02 | 4.37 | 0.96 | 0.58 |
| Hex | FB | 3C | 2D | 0 | 4C | 52 | 2 | 4 | 60 | 3A |
| Octal | 373 | 74 | 55 | 0 | 114 | 122 | 2 | 4 | 140 | 72 |
| Binary | 11111011 | 111100 | 101101 | 0 | 1001100 | 1010010 | 10 | 100 | 1100000 | 111010 |
Color Harmonies of #FB3C2D
Complementary color
Monochromatic Colors of #FB3C2D
Black with #FB3C2D
Text Example
Text Example
White with #FB3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C2D; }
p { color: rgb(251,60,45); }
H1.HeaderClassName
{
color: #FB3C2D;
}
.AnyTagClassName
{
color: #FB3C2D;
}
</style>
background-color css
<style>
a { background-color: #FB3C2D; }
a { background-color: rgb(251,60,45); }
div.DivClassName
{
background-color: #FB3C2D;
}
.BgClassName
{
background-color: #FB3C2D;
}
</style>
border-color css
<style>
span { border-color: #FB3C2D; }
span { border-color: rgb(251,60,45); }
td.TdClassName
{
border-color: #FB3C2D;
}
.TagClassName
{
border-color: #FB3C2D;
}
</style>