Shades of Outrageous Orange #FB5424
Tints of Outrageous Orange #FB5424
RGB
CMYK
RGB Variations
Color information
#FB5424 (or 0xFB5424) is known color: Outrageous Orange. HEX triplet: FB, 54 and 24. RGB value is (251,84,36). Sum of RGB (Red+Green+Blue) = 251+84+36=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5424 is #04ABDB. Grayscale: #808080. Windows color (decimal): -306140 or 2381051. OLE color: 2381051.
HSL color Cylindrical-coordinate representation of color #FB5424: hue angle of 13.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB5424 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 36 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.02 |
| HSL | 13.4º | 0.96% | 0.56% | - |
| HSV(B) | 13.4º | 0.86% | 0.98% | - |
| XYZ | 43.27 | 26.98 | 4.6 | - |
| YUV | 128.46 | 75.83 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 36 | 0 | 0.67 | 0.86 | 0.02 | 13.4 | 0.96 | 0.56 |
| Hex | FB | 54 | 24 | 0 | 43 | 56 | 2 | D | 60 | 38 |
| Octal | 373 | 124 | 44 | 0 | 103 | 126 | 2 | 15 | 140 | 70 |
| Binary | 11111011 | 1010100 | 100100 | 0 | 1000011 | 1010110 | 10 | 1101 | 1100000 | 111000 |
Color Harmonies of #FB5424
Complementary color
Monochromatic Colors of #FB5424
Black with #FB5424
Text Example
Text Example
White with #FB5424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5424; }
p { color: rgb(251,84,36); }
H1.HeaderClassName
{
color: #FB5424;
}
.AnyTagClassName
{
color: #FB5424;
}
</style>
background-color css
<style>
a { background-color: #FB5424; }
a { background-color: rgb(251,84,36); }
div.DivClassName
{
background-color: #FB5424;
}
.BgClassName
{
background-color: #FB5424;
}
</style>
border-color css
<style>
span { border-color: #FB5424; }
span { border-color: rgb(251,84,36); }
td.TdClassName
{
border-color: #FB5424;
}
.TagClassName
{
border-color: #FB5424;
}
</style>