Shades of Outrageous Orange #FB5D38
Tints of Outrageous Orange #FB5D38
RGB
CMYK
RGB Variations
Color information
#FB5D38 (or 0xFB5D38) is known color: Outrageous Orange. HEX triplet: FB, 5D and 38. RGB value is (251,93,56). Sum of RGB (Red+Green+Blue) = 251+93+56=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D38 is #04A2C7. Grayscale: #888888. Windows color (decimal): -303816 or 3694075. OLE color: 3694075.
HSL color Cylindrical-coordinate representation of color #FB5D38: hue angle of 11.38º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB5D38 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 56 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.02 |
| HSL | 11.38º | 0.96% | 0.6% | - |
| HSV(B) | 11.38º | 0.78% | 0.98% | - |
| XYZ | 44.41 | 28.62 | 6.93 | - |
| YUV | 136.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 56 | 0 | 0.63 | 0.78 | 0.02 | 11.38 | 0.96 | 0.6 |
| Hex | FB | 5D | 38 | 0 | 3F | 4E | 2 | B | 60 | 3C |
| Octal | 373 | 135 | 70 | 0 | 77 | 116 | 2 | 13 | 140 | 74 |
| Binary | 11111011 | 1011101 | 111000 | 0 | 111111 | 1001110 | 10 | 1011 | 1100000 | 111100 |
Color Harmonies of #FB5D38
Complementary color
Monochromatic Colors of #FB5D38
Black with #FB5D38
Text Example
Text Example
White with #FB5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D38; }
p { color: rgb(251,93,56); }
H1.HeaderClassName
{
color: #FB5D38;
}
.AnyTagClassName
{
color: #FB5D38;
}
</style>
background-color css
<style>
a { background-color: #FB5D38; }
a { background-color: rgb(251,93,56); }
div.DivClassName
{
background-color: #FB5D38;
}
.BgClassName
{
background-color: #FB5D38;
}
</style>
border-color css
<style>
span { border-color: #FB5D38; }
span { border-color: rgb(251,93,56); }
td.TdClassName
{
border-color: #FB5D38;
}
.TagClassName
{
border-color: #FB5D38;
}
</style>