Shades of Outrageous Orange #FF5C21
Tints of Outrageous Orange #FF5C21
RGB
CMYK
RGB Variations
Color information
#FF5C21 (or 0xFF5C21) is known color: Outrageous Orange. HEX triplet: FF, 5C and 21. RGB value is (255,92,33). Sum of RGB (Red+Green+Blue) = 255+92+33=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C21 is #00A3DE. Grayscale: #868686. Windows color (decimal): -41951 or 2186495. OLE color: 2186495.
HSL color Cylindrical-coordinate representation of color #FF5C21: hue angle of 15.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF5C21 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 33 | - |
| CMYK | 0 | 0.64 | 0.87 | 0 |
| HSL | 15.95º | 1% | 0.56% | - |
| HSV(B) | 15.95º | 0.87% | 1% | - |
| XYZ | 45.34 | 29.02 | 4.65 | - |
| YUV | 134.01 | 71 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 33 | 0 | 0.64 | 0.87 | 0 | 15.95 | 1 | 0.56 |
| Hex | FF | 5C | 21 | 0 | 40 | 57 | 0 | 10 | 64 | 38 |
| Octal | 377 | 134 | 41 | 0 | 100 | 127 | 0 | 20 | 144 | 70 |
| Binary | 11111111 | 1011100 | 100001 | 0 | 1000000 | 1010111 | 0 | 10000 | 1100100 | 111000 |
Color Harmonies of #FF5C21
Complementary color
Monochromatic Colors of #FF5C21
Black with #FF5C21
Text Example
Text Example
White with #FF5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C21; }
p { color: rgb(255,92,33); }
H1.HeaderClassName
{
color: #FF5C21;
}
.AnyTagClassName
{
color: #FF5C21;
}
</style>
background-color css
<style>
a { background-color: #FF5C21; }
a { background-color: rgb(255,92,33); }
div.DivClassName
{
background-color: #FF5C21;
}
.BgClassName
{
background-color: #FF5C21;
}
</style>
border-color css
<style>
span { border-color: #FF5C21; }
span { border-color: rgb(255,92,33); }
td.TdClassName
{
border-color: #FF5C21;
}
.TagClassName
{
border-color: #FF5C21;
}
</style>