Shades of Outrageous Orange #FB5D3A
Tints of Outrageous Orange #FB5D3A
RGB
CMYK
RGB Variations
Color information
#FB5D3A (or 0xFB5D3A) is known color: Outrageous Orange. HEX triplet: FB, 5D and 3A. RGB value is (251,93,58). Sum of RGB (Red+Green+Blue) = 251+93+58=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D3A is #04A2C5. Grayscale: #888888. Windows color (decimal): -303814 or 3825147. OLE color: 3825147.
HSL color Cylindrical-coordinate representation of color #FB5D3A: hue angle of 10.88º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB5D3A is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 58 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.02 |
| HSL | 10.88º | 0.96% | 0.61% | - |
| HSV(B) | 10.88º | 0.77% | 0.98% | - |
| XYZ | 44.46 | 28.64 | 7.19 | - |
| YUV | 136.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 58 | 0 | 0.63 | 0.77 | 0.02 | 10.88 | 0.96 | 0.61 |
| Hex | FB | 5D | 3A | 0 | 3F | 4D | 2 | B | 60 | 3D |
| Octal | 373 | 135 | 72 | 0 | 77 | 115 | 2 | 13 | 140 | 75 |
| Binary | 11111011 | 1011101 | 111010 | 0 | 111111 | 1001101 | 10 | 1011 | 1100000 | 111101 |
Color Harmonies of #FB5D3A
Complementary color
Monochromatic Colors of #FB5D3A
Black with #FB5D3A
Text Example
Text Example
White with #FB5D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D3A; }
p { color: rgb(251,93,58); }
H1.HeaderClassName
{
color: #FB5D3A;
}
.AnyTagClassName
{
color: #FB5D3A;
}
</style>
background-color css
<style>
a { background-color: #FB5D3A; }
a { background-color: rgb(251,93,58); }
div.DivClassName
{
background-color: #FB5D3A;
}
.BgClassName
{
background-color: #FB5D3A;
}
</style>
border-color css
<style>
span { border-color: #FB5D3A; }
span { border-color: rgb(251,93,58); }
td.TdClassName
{
border-color: #FB5D3A;
}
.TagClassName
{
border-color: #FB5D3A;
}
</style>