Shades of Outrageous Orange #FB5D27
Tints of Outrageous Orange #FB5D27
RGB
CMYK
RGB Variations
Color information
#FB5D27 (or 0xFB5D27) is known color: Outrageous Orange. HEX triplet: FB, 5D and 27. RGB value is (251,93,39). Sum of RGB (Red+Green+Blue) = 251+93+39=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D27 is #04A2D8. Grayscale: #868686. Windows color (decimal): -303833 or 2579963. OLE color: 2579963.
HSL color Cylindrical-coordinate representation of color #FB5D27: hue angle of 15.28º 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 #FB5D27 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 39 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.02 |
| HSL | 15.28º | 0.96% | 0.57% | - |
| HSV(B) | 15.28º | 0.84% | 0.98% | - |
| XYZ | 44.06 | 28.48 | 5.1 | - |
| YUV | 134.09 | 74.35 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 39 | 0 | 0.63 | 0.84 | 0.02 | 15.28 | 0.96 | 0.57 |
| Hex | FB | 5D | 27 | 0 | 3F | 54 | 2 | F | 60 | 39 |
| Octal | 373 | 135 | 47 | 0 | 77 | 124 | 2 | 17 | 140 | 71 |
| Binary | 11111011 | 1011101 | 100111 | 0 | 111111 | 1010100 | 10 | 1111 | 1100000 | 111001 |
Color Harmonies of #FB5D27
Complementary color
Monochromatic Colors of #FB5D27
Black with #FB5D27
Text Example
Text Example
White with #FB5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D27; }
p { color: rgb(251,93,39); }
H1.HeaderClassName
{
color: #FB5D27;
}
.AnyTagClassName
{
color: #FB5D27;
}
</style>
background-color css
<style>
a { background-color: #FB5D27; }
a { background-color: rgb(251,93,39); }
div.DivClassName
{
background-color: #FB5D27;
}
.BgClassName
{
background-color: #FB5D27;
}
</style>
border-color css
<style>
span { border-color: #FB5D27; }
span { border-color: rgb(251,93,39); }
td.TdClassName
{
border-color: #FB5D27;
}
.TagClassName
{
border-color: #FB5D27;
}
</style>