Shades of Red Orange #FB3A38
Tints of Red Orange #FB3A38
RGB
CMYK
RGB Variations
Color information
#FB3A38 (or 0xFB3A38) is known color: Red Orange. HEX triplet: FB, 3A and 38. RGB value is (251,58,56). Sum of RGB (Red+Green+Blue) = 251+58+56=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A38 is #04C5C7. Grayscale: #737373. Windows color (decimal): -312776 or 3685115. OLE color: 3685115.
HSL color Cylindrical-coordinate representation of color #FB3A38: hue angle of 0.62º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB3A38 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 56 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.02 |
| HSL | 0.62º | 0.96% | 0.6% | - |
| HSV(B) | 0.62º | 0.78% | 0.98% | - |
| XYZ | 42.01 | 23.82 | 6.13 | - |
| YUV | 115.48 | 94.44 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 56 | 0 | 0.77 | 0.78 | 0.02 | 0.62 | 0.96 | 0.6 |
| Hex | FB | 3A | 38 | 0 | 4D | 4E | 2 | 1 | 60 | 3C |
| Octal | 373 | 72 | 70 | 0 | 115 | 116 | 2 | 1 | 140 | 74 |
| Binary | 11111011 | 111010 | 111000 | 0 | 1001101 | 1001110 | 10 | 1 | 1100000 | 111100 |
Color Harmonies of #FB3A38
Complementary color
Monochromatic Colors of #FB3A38
Black with #FB3A38
Text Example
Text Example
White with #FB3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A38; }
p { color: rgb(251,58,56); }
H1.HeaderClassName
{
color: #FB3A38;
}
.AnyTagClassName
{
color: #FB3A38;
}
</style>
background-color css
<style>
a { background-color: #FB3A38; }
a { background-color: rgb(251,58,56); }
div.DivClassName
{
background-color: #FB3A38;
}
.BgClassName
{
background-color: #FB3A38;
}
</style>
border-color css
<style>
span { border-color: #FB3A38; }
span { border-color: rgb(251,58,56); }
td.TdClassName
{
border-color: #FB3A38;
}
.TagClassName
{
border-color: #FB3A38;
}
</style>