Shades of Outrageous Orange #FB5E2A
Tints of Outrageous Orange #FB5E2A
RGB
CMYK
RGB Variations
Color information
#FB5E2A (or 0xFB5E2A) is known color: Outrageous Orange. HEX triplet: FB, 5E and 2A. RGB value is (251,94,42). Sum of RGB (Red+Green+Blue) = 251+94+42=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E2A is #04A1D5. Grayscale: #878787. Windows color (decimal): -303574 or 2776827. OLE color: 2776827.
HSL color Cylindrical-coordinate representation of color #FB5E2A: hue angle of 14.93º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB5E2A is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 42 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.02 |
| HSL | 14.93º | 0.96% | 0.57% | - |
| HSV(B) | 14.93º | 0.83% | 0.98% | - |
| XYZ | 44.2 | 28.68 | 5.4 | - |
| YUV | 135.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 42 | 0 | 0.63 | 0.83 | 0.02 | 14.93 | 0.96 | 0.57 |
| Hex | FB | 5E | 2A | 0 | 3F | 53 | 2 | F | 60 | 39 |
| Octal | 373 | 136 | 52 | 0 | 77 | 123 | 2 | 17 | 140 | 71 |
| Binary | 11111011 | 1011110 | 101010 | 0 | 111111 | 1010011 | 10 | 1111 | 1100000 | 111001 |
Color Harmonies of #FB5E2A
Complementary color
Monochromatic Colors of #FB5E2A
Black with #FB5E2A
Text Example
Text Example
White with #FB5E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E2A; }
p { color: rgb(251,94,42); }
H1.HeaderClassName
{
color: #FB5E2A;
}
.AnyTagClassName
{
color: #FB5E2A;
}
</style>
background-color css
<style>
a { background-color: #FB5E2A; }
a { background-color: rgb(251,94,42); }
div.DivClassName
{
background-color: #FB5E2A;
}
.BgClassName
{
background-color: #FB5E2A;
}
</style>
border-color css
<style>
span { border-color: #FB5E2A; }
span { border-color: rgb(251,94,42); }
td.TdClassName
{
border-color: #FB5E2A;
}
.TagClassName
{
border-color: #FB5E2A;
}
</style>