Shades of Orange Red #FB4505
Tints of Orange Red #FB4505
RGB
CMYK
RGB Variations
Color information
#FB4505 (or 0xFB4505) is known color: Orange Red. HEX triplet: FB, 45 and 05. RGB value is (251,69,5). Sum of RGB (Red+Green+Blue) = 251+69+5=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4505 is #04BAFA. Grayscale: #747474. Windows color (decimal): -310011 or 345595. OLE color: 345595.
HSL color Cylindrical-coordinate representation of color #FB4505: hue angle of 15.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB4505 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.02 |
| HSL | 15.61º | 0.97% | 0.5% | - |
| HSV(B) | 15.61º | 0.98% | 0.98% | - |
| XYZ | 41.94 | 24.78 | 2.72 | - |
| YUV | 116.12 | 65.3 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 5 | 0 | 0.73 | 0.98 | 0.02 | 15.61 | 0.97 | 0.5 |
| Hex | FB | 45 | 5 | 0 | 49 | 62 | 2 | 10 | 61 | 32 |
| Octal | 373 | 105 | 5 | 0 | 111 | 142 | 2 | 20 | 141 | 62 |
| Binary | 11111011 | 1000101 | 101 | 0 | 1001001 | 1100010 | 10 | 10000 | 1100001 | 110010 |
Color Harmonies of #FB4505
Complementary color
Monochromatic Colors of #FB4505
Black with #FB4505
Text Example
Text Example
White with #FB4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4505; }
p { color: rgb(251,69,5); }
H1.HeaderClassName
{
color: #FB4505;
}
.AnyTagClassName
{
color: #FB4505;
}
</style>
background-color css
<style>
a { background-color: #FB4505; }
a { background-color: rgb(251,69,5); }
div.DivClassName
{
background-color: #FB4505;
}
.BgClassName
{
background-color: #FB4505;
}
</style>
border-color css
<style>
span { border-color: #FB4505; }
span { border-color: rgb(251,69,5); }
td.TdClassName
{
border-color: #FB4505;
}
.TagClassName
{
border-color: #FB4505;
}
</style>