Shades of Red Orange #FB3B2A
Tints of Red Orange #FB3B2A
RGB
CMYK
RGB Variations
Color information
#FB3B2A (or 0xFB3B2A) is known color: Red Orange. HEX triplet: FB, 3B and 2A. RGB value is (251,59,42). Sum of RGB (Red+Green+Blue) = 251+59+42=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3B2A is #04C4D5. Grayscale: #727272. Windows color (decimal): -312534 or 2767867. OLE color: 2767867.
HSL color Cylindrical-coordinate representation of color #FB3B2A: hue angle of 4.88º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB3B2A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 42 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.02 |
| HSL | 4.88º | 0.96% | 0.57% | - |
| HSV(B) | 4.88º | 0.83% | 0.98% | - |
| XYZ | 41.77 | 23.8 | 4.58 | - |
| YUV | 114.47 | 87.11 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 42 | 0 | 0.76 | 0.83 | 0.02 | 4.88 | 0.96 | 0.57 |
| Hex | FB | 3B | 2A | 0 | 4C | 53 | 2 | 5 | 60 | 39 |
| Octal | 373 | 73 | 52 | 0 | 114 | 123 | 2 | 5 | 140 | 71 |
| Binary | 11111011 | 111011 | 101010 | 0 | 1001100 | 1010011 | 10 | 101 | 1100000 | 111001 |
Color Harmonies of #FB3B2A
Complementary color
Monochromatic Colors of #FB3B2A
Black with #FB3B2A
Text Example
Text Example
White with #FB3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3B2A; }
p { color: rgb(251,59,42); }
H1.HeaderClassName
{
color: #FB3B2A;
}
.AnyTagClassName
{
color: #FB3B2A;
}
</style>
background-color css
<style>
a { background-color: #FB3B2A; }
a { background-color: rgb(251,59,42); }
div.DivClassName
{
background-color: #FB3B2A;
}
.BgClassName
{
background-color: #FB3B2A;
}
</style>
border-color css
<style>
span { border-color: #FB3B2A; }
span { border-color: rgb(251,59,42); }
td.TdClassName
{
border-color: #FB3B2A;
}
.TagClassName
{
border-color: #FB3B2A;
}
</style>