Shades of Red Orange #FB4520
Tints of Red Orange #FB4520
RGB
CMYK
RGB Variations
Color information
#FB4520 (or 0xFB4520) is known color: Red Orange. HEX triplet: FB, 45 and 20. RGB value is (251,69,32). Sum of RGB (Red+Green+Blue) = 251+69+32=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4520 is #04BADF. Grayscale: #777777. Windows color (decimal): -309984 or 2115067. OLE color: 2115067.
HSL color Cylindrical-coordinate representation of color #FB4520: hue angle of 10.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB4520 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 32 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.02 |
| HSL | 10.14º | 0.96% | 0.55% | - |
| HSV(B) | 10.14º | 0.87% | 0.98% | - |
| XYZ | 42.17 | 24.87 | 3.94 | - |
| YUV | 119.2 | 78.8 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 32 | 0 | 0.73 | 0.87 | 0.02 | 10.14 | 0.96 | 0.55 |
| Hex | FB | 45 | 20 | 0 | 49 | 57 | 2 | A | 60 | 37 |
| Octal | 373 | 105 | 40 | 0 | 111 | 127 | 2 | 12 | 140 | 67 |
| Binary | 11111011 | 1000101 | 100000 | 0 | 1001001 | 1010111 | 10 | 1010 | 1100000 | 110111 |
Color Harmonies of #FB4520
Complementary color
Monochromatic Colors of #FB4520
Black with #FB4520
Text Example
Text Example
White with #FB4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4520; }
p { color: rgb(251,69,32); }
H1.HeaderClassName
{
color: #FB4520;
}
.AnyTagClassName
{
color: #FB4520;
}
</style>
background-color css
<style>
a { background-color: #FB4520; }
a { background-color: rgb(251,69,32); }
div.DivClassName
{
background-color: #FB4520;
}
.BgClassName
{
background-color: #FB4520;
}
</style>
border-color css
<style>
span { border-color: #FB4520; }
span { border-color: rgb(251,69,32); }
td.TdClassName
{
border-color: #FB4520;
}
.TagClassName
{
border-color: #FB4520;
}
</style>