Shades of Outrageous Orange #FB5E25
Tints of Outrageous Orange #FB5E25
RGB
CMYK
RGB Variations
Color information
#FB5E25 (or 0xFB5E25) is known color: Outrageous Orange. HEX triplet: FB, 5E and 25. RGB value is (251,94,37). Sum of RGB (Red+Green+Blue) = 251+94+37=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E25 is #04A1DA. Grayscale: #868686. Windows color (decimal): -303579 or 2449147. OLE color: 2449147.
HSL color Cylindrical-coordinate representation of color #FB5E25: hue angle of 15.98º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB5E25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 37 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.02 |
| HSL | 15.98º | 0.96% | 0.56% | - |
| HSV(B) | 15.98º | 0.85% | 0.98% | - |
| XYZ | 44.12 | 28.65 | 4.95 | - |
| YUV | 134.45 | 73.01 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 37 | 0 | 0.63 | 0.85 | 0.02 | 15.98 | 0.96 | 0.56 |
| Hex | FB | 5E | 25 | 0 | 3F | 55 | 2 | 10 | 60 | 38 |
| Octal | 373 | 136 | 45 | 0 | 77 | 125 | 2 | 20 | 140 | 70 |
| Binary | 11111011 | 1011110 | 100101 | 0 | 111111 | 1010101 | 10 | 10000 | 1100000 | 111000 |
Color Harmonies of #FB5E25
Complementary color
Monochromatic Colors of #FB5E25
Black with #FB5E25
Text Example
Text Example
White with #FB5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E25; }
p { color: rgb(251,94,37); }
H1.HeaderClassName
{
color: #FB5E25;
}
.AnyTagClassName
{
color: #FB5E25;
}
</style>
background-color css
<style>
a { background-color: #FB5E25; }
a { background-color: rgb(251,94,37); }
div.DivClassName
{
background-color: #FB5E25;
}
.BgClassName
{
background-color: #FB5E25;
}
</style>
border-color css
<style>
span { border-color: #FB5E25; }
span { border-color: rgb(251,94,37); }
td.TdClassName
{
border-color: #FB5E25;
}
.TagClassName
{
border-color: #FB5E25;
}
</style>