Shades of Outrageous Orange #FB5D31
Tints of Outrageous Orange #FB5D31
RGB
CMYK
RGB Variations
Color information
#FB5D31 (or 0xFB5D31) is known color: Outrageous Orange. HEX triplet: FB, 5D and 31. RGB value is (251,93,49). Sum of RGB (Red+Green+Blue) = 251+93+49=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D31 is #04A2CE. Grayscale: #878787. Windows color (decimal): -303823 or 3235323. OLE color: 3235323.
HSL color Cylindrical-coordinate representation of color #FB5D31: hue angle of 13.07º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB5D31 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 49 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.02 |
| HSL | 13.07º | 0.96% | 0.59% | - |
| HSV(B) | 13.07º | 0.8% | 0.98% | - |
| XYZ | 44.25 | 28.56 | 6.09 | - |
| YUV | 135.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 49 | 0 | 0.63 | 0.80 | 0.02 | 13.07 | 0.96 | 0.59 |
| Hex | FB | 5D | 31 | 0 | 3F | 50 | 2 | D | 60 | 3B |
| Octal | 373 | 135 | 61 | 0 | 77 | 120 | 2 | 15 | 140 | 73 |
| Binary | 11111011 | 1011101 | 110001 | 0 | 111111 | 1010000 | 10 | 1101 | 1100000 | 111011 |
Color Harmonies of #FB5D31
Complementary color
Monochromatic Colors of #FB5D31
Black with #FB5D31
Text Example
Text Example
White with #FB5D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D31; }
p { color: rgb(251,93,49); }
H1.HeaderClassName
{
color: #FB5D31;
}
.AnyTagClassName
{
color: #FB5D31;
}
</style>
background-color css
<style>
a { background-color: #FB5D31; }
a { background-color: rgb(251,93,49); }
div.DivClassName
{
background-color: #FB5D31;
}
.BgClassName
{
background-color: #FB5D31;
}
</style>
border-color css
<style>
span { border-color: #FB5D31; }
span { border-color: rgb(251,93,49); }
td.TdClassName
{
border-color: #FB5D31;
}
.TagClassName
{
border-color: #FB5D31;
}
</style>