Shades of Red Orange #FB4521
Tints of Red Orange #FB4521
RGB
CMYK
RGB Variations
Color information
#FB4521 (or 0xFB4521) is known color: Red Orange. HEX triplet: FB, 45 and 21. RGB value is (251,69,33). Sum of RGB (Red+Green+Blue) = 251+69+33=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4521 is #04BADE. Grayscale: #777777. Windows color (decimal): -309983 or 2180603. OLE color: 2180603.
HSL color Cylindrical-coordinate representation of color #FB4521: hue angle of 9.91º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB4521 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 33 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.02 |
| HSL | 9.91º | 0.96% | 0.56% | - |
| HSV(B) | 9.91º | 0.87% | 0.98% | - |
| XYZ | 42.19 | 24.88 | 4.02 | - |
| YUV | 119.31 | 79.3 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 33 | 0 | 0.73 | 0.87 | 0.02 | 9.91 | 0.96 | 0.56 |
| Hex | FB | 45 | 21 | 0 | 49 | 57 | 2 | A | 60 | 38 |
| Octal | 373 | 105 | 41 | 0 | 111 | 127 | 2 | 12 | 140 | 70 |
| Binary | 11111011 | 1000101 | 100001 | 0 | 1001001 | 1010111 | 10 | 1010 | 1100000 | 111000 |
Color Harmonies of #FB4521
Complementary color
Monochromatic Colors of #FB4521
Black with #FB4521
Text Example
Text Example
White with #FB4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4521; }
p { color: rgb(251,69,33); }
H1.HeaderClassName
{
color: #FB4521;
}
.AnyTagClassName
{
color: #FB4521;
}
</style>
background-color css
<style>
a { background-color: #FB4521; }
a { background-color: rgb(251,69,33); }
div.DivClassName
{
background-color: #FB4521;
}
.BgClassName
{
background-color: #FB4521;
}
</style>
border-color css
<style>
span { border-color: #FB4521; }
span { border-color: rgb(251,69,33); }
td.TdClassName
{
border-color: #FB4521;
}
.TagClassName
{
border-color: #FB4521;
}
</style>