Shades of Outrageous Orange #FB5E30
Tints of Outrageous Orange #FB5E30
RGB
CMYK
RGB Variations
Color information
#FB5E30 (or 0xFB5E30) is known color: Outrageous Orange. HEX triplet: FB, 5E and 30. RGB value is (251,94,48). Sum of RGB (Red+Green+Blue) = 251+94+48=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E30 is #04A1CF. Grayscale: #888888. Windows color (decimal): -303568 or 3170043. OLE color: 3170043.
HSL color Cylindrical-coordinate representation of color #FB5E30: hue angle of 13.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB5E30 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 48 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.02 |
| HSL | 13.6º | 0.96% | 0.59% | - |
| HSV(B) | 13.6º | 0.81% | 0.98% | - |
| XYZ | 44.32 | 28.73 | 6.01 | - |
| YUV | 135.7 | 78.51 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 48 | 0 | 0.63 | 0.81 | 0.02 | 13.6 | 0.96 | 0.59 |
| Hex | FB | 5E | 30 | 0 | 3F | 51 | 2 | E | 60 | 3B |
| Octal | 373 | 136 | 60 | 0 | 77 | 121 | 2 | 16 | 140 | 73 |
| Binary | 11111011 | 1011110 | 110000 | 0 | 111111 | 1010001 | 10 | 1110 | 1100000 | 111011 |
Color Harmonies of #FB5E30
Complementary color
Monochromatic Colors of #FB5E30
Black with #FB5E30
Text Example
Text Example
White with #FB5E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E30; }
p { color: rgb(251,94,48); }
H1.HeaderClassName
{
color: #FB5E30;
}
.AnyTagClassName
{
color: #FB5E30;
}
</style>
background-color css
<style>
a { background-color: #FB5E30; }
a { background-color: rgb(251,94,48); }
div.DivClassName
{
background-color: #FB5E30;
}
.BgClassName
{
background-color: #FB5E30;
}
</style>
border-color css
<style>
span { border-color: #FB5E30; }
span { border-color: rgb(251,94,48); }
td.TdClassName
{
border-color: #FB5E30;
}
.TagClassName
{
border-color: #FB5E30;
}
</style>