Shades of Outrageous Orange #FB5F2C
Tints of Outrageous Orange #FB5F2C
RGB
CMYK
RGB Variations
Color information
#FB5F2C (or 0xFB5F2C) is known color: Outrageous Orange. HEX triplet: FB, 5F and 2C. RGB value is (251,95,44). Sum of RGB (Red+Green+Blue) = 251+95+44=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5F2C is #04A0D3. Grayscale: #888888. Windows color (decimal): -303316 or 2908155. OLE color: 2908155.
HSL color Cylindrical-coordinate representation of color #FB5F2C: hue angle of 14.78º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB5F2C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 44 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.02 |
| HSL | 14.78º | 0.96% | 0.58% | - |
| HSV(B) | 14.78º | 0.82% | 0.98% | - |
| XYZ | 44.33 | 28.88 | 5.62 | - |
| YUV | 135.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 44 | 0 | 0.62 | 0.82 | 0.02 | 14.78 | 0.96 | 0.58 |
| Hex | FB | 5F | 2C | 0 | 3E | 52 | 2 | F | 60 | 3A |
| Octal | 373 | 137 | 54 | 0 | 76 | 122 | 2 | 17 | 140 | 72 |
| Binary | 11111011 | 1011111 | 101100 | 0 | 111110 | 1010010 | 10 | 1111 | 1100000 | 111010 |
Color Harmonies of #FB5F2C
Complementary color
Monochromatic Colors of #FB5F2C
Black with #FB5F2C
Text Example
Text Example
White with #FB5F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5F2C; }
p { color: rgb(251,95,44); }
H1.HeaderClassName
{
color: #FB5F2C;
}
.AnyTagClassName
{
color: #FB5F2C;
}
</style>
background-color css
<style>
a { background-color: #FB5F2C; }
a { background-color: rgb(251,95,44); }
div.DivClassName
{
background-color: #FB5F2C;
}
.BgClassName
{
background-color: #FB5F2C;
}
</style>
border-color css
<style>
span { border-color: #FB5F2C; }
span { border-color: rgb(251,95,44); }
td.TdClassName
{
border-color: #FB5F2C;
}
.TagClassName
{
border-color: #FB5F2C;
}
</style>