Shades of Outrageous Orange #FB5C2B
Tints of Outrageous Orange #FB5C2B
RGB
CMYK
RGB Variations
Color information
#FB5C2B (or 0xFB5C2B) is known color: Outrageous Orange. HEX triplet: FB, 5C and 2B. RGB value is (251,92,43). Sum of RGB (Red+Green+Blue) = 251+92+43=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5C2B is #04A3D4. Grayscale: #868686. Windows color (decimal): -304085 or 2841851. OLE color: 2841851.
HSL color Cylindrical-coordinate representation of color #FB5C2B: hue angle of 14.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB5C2B is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 43 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.02 |
| HSL | 14.13º | 0.96% | 0.58% | - |
| HSV(B) | 14.13º | 0.83% | 0.98% | - |
| XYZ | 44.05 | 28.34 | 5.43 | - |
| YUV | 133.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 43 | 0 | 0.63 | 0.83 | 0.02 | 14.13 | 0.96 | 0.58 |
| Hex | FB | 5C | 2B | 0 | 3F | 53 | 2 | E | 60 | 3A |
| Octal | 373 | 134 | 53 | 0 | 77 | 123 | 2 | 16 | 140 | 72 |
| Binary | 11111011 | 1011100 | 101011 | 0 | 111111 | 1010011 | 10 | 1110 | 1100000 | 111010 |
Color Harmonies of #FB5C2B
Complementary color
Monochromatic Colors of #FB5C2B
Black with #FB5C2B
Text Example
Text Example
White with #FB5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C2B; }
p { color: rgb(251,92,43); }
H1.HeaderClassName
{
color: #FB5C2B;
}
.AnyTagClassName
{
color: #FB5C2B;
}
</style>
background-color css
<style>
a { background-color: #FB5C2B; }
a { background-color: rgb(251,92,43); }
div.DivClassName
{
background-color: #FB5C2B;
}
.BgClassName
{
background-color: #FB5C2B;
}
</style>
border-color css
<style>
span { border-color: #FB5C2B; }
span { border-color: rgb(251,92,43); }
td.TdClassName
{
border-color: #FB5C2B;
}
.TagClassName
{
border-color: #FB5C2B;
}
</style>