Shades of Outrageous Orange #FB5C24
Tints of Outrageous Orange #FB5C24
RGB
CMYK
RGB Variations
Color information
#FB5C24 (or 0xFB5C24) is known color: Outrageous Orange. HEX triplet: FB, 5C and 24. RGB value is (251,92,36). Sum of RGB (Red+Green+Blue) = 251+92+36=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5C24 is #04A3DB. Grayscale: #858585. Windows color (decimal): -304092 or 2383099. OLE color: 2383099.
HSL color Cylindrical-coordinate representation of color #FB5C24: hue angle of 15.63º 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 #FB5C24 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 36 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.02 |
| HSL | 15.63º | 0.96% | 0.56% | - |
| HSV(B) | 15.63º | 0.86% | 0.98% | - |
| XYZ | 43.93 | 28.29 | 4.81 | - |
| YUV | 133.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 36 | 0 | 0.63 | 0.86 | 0.02 | 15.63 | 0.96 | 0.56 |
| Hex | FB | 5C | 24 | 0 | 3F | 56 | 2 | 10 | 60 | 38 |
| Octal | 373 | 134 | 44 | 0 | 77 | 126 | 2 | 20 | 140 | 70 |
| Binary | 11111011 | 1011100 | 100100 | 0 | 111111 | 1010110 | 10 | 10000 | 1100000 | 111000 |
Color Harmonies of #FB5C24
Complementary color
Monochromatic Colors of #FB5C24
Black with #FB5C24
Text Example
Text Example
White with #FB5C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C24; }
p { color: rgb(251,92,36); }
H1.HeaderClassName
{
color: #FB5C24;
}
.AnyTagClassName
{
color: #FB5C24;
}
</style>
background-color css
<style>
a { background-color: #FB5C24; }
a { background-color: rgb(251,92,36); }
div.DivClassName
{
background-color: #FB5C24;
}
.BgClassName
{
background-color: #FB5C24;
}
</style>
border-color css
<style>
span { border-color: #FB5C24; }
span { border-color: rgb(251,92,36); }
td.TdClassName
{
border-color: #FB5C24;
}
.TagClassName
{
border-color: #FB5C24;
}
</style>