Shades of Outrageous Orange #FB5C29
Tints of Outrageous Orange #FB5C29
RGB
CMYK
RGB Variations
Color information
#FB5C29 (or 0xFB5C29) is known color: Outrageous Orange. HEX triplet: FB, 5C and 29. RGB value is (251,92,41). Sum of RGB (Red+Green+Blue) = 251+92+41=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5C29 is #04A3D6. Grayscale: #868686. Windows color (decimal): -304087 or 2710779. OLE color: 2710779.
HSL color Cylindrical-coordinate representation of color #FB5C29: hue angle of 14.57º 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 #FB5C29 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 41 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.02 |
| HSL | 14.57º | 0.96% | 0.57% | - |
| HSV(B) | 14.57º | 0.84% | 0.98% | - |
| XYZ | 44.01 | 28.32 | 5.25 | - |
| YUV | 133.73 | 75.68 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 41 | 0 | 0.63 | 0.84 | 0.02 | 14.57 | 0.96 | 0.57 |
| Hex | FB | 5C | 29 | 0 | 3F | 54 | 2 | F | 60 | 39 |
| Octal | 373 | 134 | 51 | 0 | 77 | 124 | 2 | 17 | 140 | 71 |
| Binary | 11111011 | 1011100 | 101001 | 0 | 111111 | 1010100 | 10 | 1111 | 1100000 | 111001 |
Color Harmonies of #FB5C29
Complementary color
Monochromatic Colors of #FB5C29
Black with #FB5C29
Text Example
Text Example
White with #FB5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C29; }
p { color: rgb(251,92,41); }
H1.HeaderClassName
{
color: #FB5C29;
}
.AnyTagClassName
{
color: #FB5C29;
}
</style>
background-color css
<style>
a { background-color: #FB5C29; }
a { background-color: rgb(251,92,41); }
div.DivClassName
{
background-color: #FB5C29;
}
.BgClassName
{
background-color: #FB5C29;
}
</style>
border-color css
<style>
span { border-color: #FB5C29; }
span { border-color: rgb(251,92,41); }
td.TdClassName
{
border-color: #FB5C29;
}
.TagClassName
{
border-color: #FB5C29;
}
</style>