Shades of Outrageous Orange #FB5B3F
Tints of Outrageous Orange #FB5B3F
RGB
CMYK
RGB Variations
Color information
#FB5B3F (or 0xFB5B3F) is known color: Outrageous Orange. HEX triplet: FB, 5B and 3F. RGB value is (251,91,63). Sum of RGB (Red+Green+Blue) = 251+91+63=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5B3F is #04A4C0. Grayscale: #878787. Windows color (decimal): -304321 or 4152315. OLE color: 4152315.
HSL color Cylindrical-coordinate representation of color #FB5B3F: hue angle of 8.94º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB5B3F is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 63 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.02 |
| HSL | 8.94º | 0.96% | 0.62% | - |
| HSV(B) | 8.94º | 0.75% | 0.98% | - |
| XYZ | 44.42 | 28.35 | 7.83 | - |
| YUV | 135.65 | 87.01 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 63 | 0 | 0.64 | 0.75 | 0.02 | 8.94 | 0.96 | 0.62 |
| Hex | FB | 5B | 3F | 0 | 40 | 4B | 2 | 9 | 60 | 3E |
| Octal | 373 | 133 | 77 | 0 | 100 | 113 | 2 | 11 | 140 | 76 |
| Binary | 11111011 | 1011011 | 111111 | 0 | 1000000 | 1001011 | 10 | 1001 | 1100000 | 111110 |
Color Harmonies of #FB5B3F
Complementary color
Monochromatic Colors of #FB5B3F
Black with #FB5B3F
Text Example
Text Example
White with #FB5B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B3F; }
p { color: rgb(251,91,63); }
H1.HeaderClassName
{
color: #FB5B3F;
}
.AnyTagClassName
{
color: #FB5B3F;
}
</style>
background-color css
<style>
a { background-color: #FB5B3F; }
a { background-color: rgb(251,91,63); }
div.DivClassName
{
background-color: #FB5B3F;
}
.BgClassName
{
background-color: #FB5B3F;
}
</style>
border-color css
<style>
span { border-color: #FB5B3F; }
span { border-color: rgb(251,91,63); }
td.TdClassName
{
border-color: #FB5B3F;
}
.TagClassName
{
border-color: #FB5B3F;
}
</style>