Shades of Red Orange #FB4B2D
Tints of Red Orange #FB4B2D
RGB
CMYK
RGB Variations
Color information
#FB4B2D (or 0xFB4B2D) is known color: Red Orange. HEX triplet: FB, 4B and 2D. RGB value is (251,75,45). Sum of RGB (Red+Green+Blue) = 251+75+45=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4B2D is #04B4D2. Grayscale: #7C7C7C. Windows color (decimal): -308435 or 2968571. OLE color: 2968571.
HSL color Cylindrical-coordinate representation of color #FB4B2D: hue angle of 8.74º 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 #FB4B2D is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 45 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.02 |
| HSL | 8.74º | 0.96% | 0.58% | - |
| HSV(B) | 8.74º | 0.82% | 0.98% | - |
| XYZ | 42.77 | 25.73 | 5.19 | - |
| YUV | 124.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 45 | 0 | 0.70 | 0.82 | 0.02 | 8.74 | 0.96 | 0.58 |
| Hex | FB | 4B | 2D | 0 | 46 | 52 | 2 | 9 | 60 | 3A |
| Octal | 373 | 113 | 55 | 0 | 106 | 122 | 2 | 11 | 140 | 72 |
| Binary | 11111011 | 1001011 | 101101 | 0 | 1000110 | 1010010 | 10 | 1001 | 1100000 | 111010 |
Color Harmonies of #FB4B2D
Complementary color
Monochromatic Colors of #FB4B2D
Black with #FB4B2D
Text Example
Text Example
White with #FB4B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B2D; }
p { color: rgb(251,75,45); }
H1.HeaderClassName
{
color: #FB4B2D;
}
.AnyTagClassName
{
color: #FB4B2D;
}
</style>
background-color css
<style>
a { background-color: #FB4B2D; }
a { background-color: rgb(251,75,45); }
div.DivClassName
{
background-color: #FB4B2D;
}
.BgClassName
{
background-color: #FB4B2D;
}
</style>
border-color css
<style>
span { border-color: #FB4B2D; }
span { border-color: rgb(251,75,45); }
td.TdClassName
{
border-color: #FB4B2D;
}
.TagClassName
{
border-color: #FB4B2D;
}
</style>