Shades of Red Orange #FB4A31
Tints of Red Orange #FB4A31
RGB
CMYK
RGB Variations
Color information
#FB4A31 (or 0xFB4A31) is known color: Red Orange. HEX triplet: FB, 4A and 31. RGB value is (251,74,49). Sum of RGB (Red+Green+Blue) = 251+74+49=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A31 is #04B5CE. Grayscale: #7C7C7C. Windows color (decimal): -308687 or 3230459. OLE color: 3230459.
HSL color Cylindrical-coordinate representation of color #FB4A31: hue angle of 7.43º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB4A31 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 49 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.02 |
| HSL | 7.43º | 0.96% | 0.59% | - |
| HSV(B) | 7.43º | 0.8% | 0.98% | - |
| XYZ | 42.79 | 25.63 | 5.6 | - |
| YUV | 124.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 49 | 0 | 0.71 | 0.80 | 0.02 | 7.43 | 0.96 | 0.59 |
| Hex | FB | 4A | 31 | 0 | 47 | 50 | 2 | 7 | 60 | 3B |
| Octal | 373 | 112 | 61 | 0 | 107 | 120 | 2 | 7 | 140 | 73 |
| Binary | 11111011 | 1001010 | 110001 | 0 | 1000111 | 1010000 | 10 | 111 | 1100000 | 111011 |
Color Harmonies of #FB4A31
Complementary color
Monochromatic Colors of #FB4A31
Black with #FB4A31
Text Example
Text Example
White with #FB4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A31; }
p { color: rgb(251,74,49); }
H1.HeaderClassName
{
color: #FB4A31;
}
.AnyTagClassName
{
color: #FB4A31;
}
</style>
background-color css
<style>
a { background-color: #FB4A31; }
a { background-color: rgb(251,74,49); }
div.DivClassName
{
background-color: #FB4A31;
}
.BgClassName
{
background-color: #FB4A31;
}
</style>
border-color css
<style>
span { border-color: #FB4A31; }
span { border-color: rgb(251,74,49); }
td.TdClassName
{
border-color: #FB4A31;
}
.TagClassName
{
border-color: #FB4A31;
}
</style>