Shades of Outrageous Orange #FB5D3E
Tints of Outrageous Orange #FB5D3E
RGB
CMYK
RGB Variations
Color information
#FB5D3E (or 0xFB5D3E) is known color: Outrageous Orange. HEX triplet: FB, 5D and 3E. RGB value is (251,93,62). Sum of RGB (Red+Green+Blue) = 251+93+62=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D3E is #04A2C1. Grayscale: #888888. Windows color (decimal): -303810 or 4087291. OLE color: 4087291.
HSL color Cylindrical-coordinate representation of color #FB5D3E: hue angle of 9.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB5D3E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 62 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.02 |
| HSL | 9.84º | 0.96% | 0.61% | - |
| HSV(B) | 9.84º | 0.75% | 0.98% | - |
| XYZ | 44.57 | 28.69 | 7.75 | - |
| YUV | 136.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 62 | 0 | 0.63 | 0.75 | 0.02 | 9.84 | 0.96 | 0.61 |
| Hex | FB | 5D | 3E | 0 | 3F | 4B | 2 | A | 60 | 3D |
| Octal | 373 | 135 | 76 | 0 | 77 | 113 | 2 | 12 | 140 | 75 |
| Binary | 11111011 | 1011101 | 111110 | 0 | 111111 | 1001011 | 10 | 1010 | 1100000 | 111101 |
Color Harmonies of #FB5D3E
Complementary color
Monochromatic Colors of #FB5D3E
Black with #FB5D3E
Text Example
Text Example
White with #FB5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D3E; }
p { color: rgb(251,93,62); }
H1.HeaderClassName
{
color: #FB5D3E;
}
.AnyTagClassName
{
color: #FB5D3E;
}
</style>
background-color css
<style>
a { background-color: #FB5D3E; }
a { background-color: rgb(251,93,62); }
div.DivClassName
{
background-color: #FB5D3E;
}
.BgClassName
{
background-color: #FB5D3E;
}
</style>
border-color css
<style>
span { border-color: #FB5D3E; }
span { border-color: rgb(251,93,62); }
td.TdClassName
{
border-color: #FB5D3E;
}
.TagClassName
{
border-color: #FB5D3E;
}
</style>