Shades of Outrageous Orange #FB5E3C
Tints of Outrageous Orange #FB5E3C
RGB
CMYK
RGB Variations
Color information
#FB5E3C (or 0xFB5E3C) is known color: Outrageous Orange. HEX triplet: FB, 5E and 3C. RGB value is (251,94,60). Sum of RGB (Red+Green+Blue) = 251+94+60=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E3C is #04A1C3. Grayscale: #898989. Windows color (decimal): -303556 or 3956475. OLE color: 3956475.
HSL color Cylindrical-coordinate representation of color #FB5E3C: hue angle of 10.68º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB5E3C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 60 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.02 |
| HSL | 10.68º | 0.96% | 0.61% | - |
| HSV(B) | 10.68º | 0.76% | 0.98% | - |
| XYZ | 44.6 | 28.84 | 7.49 | - |
| YUV | 137.07 | 84.51 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 60 | 0 | 0.63 | 0.76 | 0.02 | 10.68 | 0.96 | 0.61 |
| Hex | FB | 5E | 3C | 0 | 3F | 4C | 2 | B | 60 | 3D |
| Octal | 373 | 136 | 74 | 0 | 77 | 114 | 2 | 13 | 140 | 75 |
| Binary | 11111011 | 1011110 | 111100 | 0 | 111111 | 1001100 | 10 | 1011 | 1100000 | 111101 |
Color Harmonies of #FB5E3C
Complementary color
Monochromatic Colors of #FB5E3C
Black with #FB5E3C
Text Example
Text Example
White with #FB5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E3C; }
p { color: rgb(251,94,60); }
H1.HeaderClassName
{
color: #FB5E3C;
}
.AnyTagClassName
{
color: #FB5E3C;
}
</style>
background-color css
<style>
a { background-color: #FB5E3C; }
a { background-color: rgb(251,94,60); }
div.DivClassName
{
background-color: #FB5E3C;
}
.BgClassName
{
background-color: #FB5E3C;
}
</style>
border-color css
<style>
span { border-color: #FB5E3C; }
span { border-color: rgb(251,94,60); }
td.TdClassName
{
border-color: #FB5E3C;
}
.TagClassName
{
border-color: #FB5E3C;
}
</style>