Shades of Outrageous Orange #FB5F28
Tints of Outrageous Orange #FB5F28
RGB
CMYK
RGB Variations
Color information
#FB5F28 (or 0xFB5F28) is known color: Outrageous Orange. HEX triplet: FB, 5F and 28. RGB value is (251,95,40). Sum of RGB (Red+Green+Blue) = 251+95+40=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5F28 is #04A0D7. Grayscale: #878787. Windows color (decimal): -303320 or 2646011. OLE color: 2646011.
HSL color Cylindrical-coordinate representation of color #FB5F28: hue angle of 15.64º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB5F28 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 40 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.02 |
| HSL | 15.64º | 0.96% | 0.57% | - |
| HSV(B) | 15.64º | 0.84% | 0.98% | - |
| XYZ | 44.26 | 28.85 | 5.24 | - |
| YUV | 135.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 40 | 0 | 0.62 | 0.84 | 0.02 | 15.64 | 0.96 | 0.57 |
| Hex | FB | 5F | 28 | 0 | 3E | 54 | 2 | 10 | 60 | 39 |
| Octal | 373 | 137 | 50 | 0 | 76 | 124 | 2 | 20 | 140 | 71 |
| Binary | 11111011 | 1011111 | 101000 | 0 | 111110 | 1010100 | 10 | 10000 | 1100000 | 111001 |
Color Harmonies of #FB5F28
Complementary color
Monochromatic Colors of #FB5F28
Black with #FB5F28
Text Example
Text Example
White with #FB5F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5F28; }
p { color: rgb(251,95,40); }
H1.HeaderClassName
{
color: #FB5F28;
}
.AnyTagClassName
{
color: #FB5F28;
}
</style>
background-color css
<style>
a { background-color: #FB5F28; }
a { background-color: rgb(251,95,40); }
div.DivClassName
{
background-color: #FB5F28;
}
.BgClassName
{
background-color: #FB5F28;
}
</style>
border-color css
<style>
span { border-color: #FB5F28; }
span { border-color: rgb(251,95,40); }
td.TdClassName
{
border-color: #FB5F28;
}
.TagClassName
{
border-color: #FB5F28;
}
</style>