Shades of Outrageous Orange #FF5C3E
Tints of Outrageous Orange #FF5C3E
RGB
CMYK
RGB Variations
Color information
#FF5C3E (or 0xFF5C3E) is known color: Outrageous Orange. HEX triplet: FF, 5C and 3E. RGB value is (255,92,62). Sum of RGB (Red+Green+Blue) = 255+92+62=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C3E is #00A3C1. Grayscale: #898989. Windows color (decimal): -41922 or 4087039. OLE color: 4087039.
HSL color Cylindrical-coordinate representation of color #FF5C3E: hue angle of 9.33º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF5C3E is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 62 | - |
| CMYK | 0 | 0.64 | 0.76 | 0 |
| HSL | 9.33º | 1% | 0.62% | - |
| HSV(B) | 9.33º | 0.76% | 1% | - |
| XYZ | 45.94 | 29.26 | 7.78 | - |
| YUV | 137.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 62 | 0 | 0.64 | 0.76 | 0 | 9.33 | 1 | 0.62 |
| Hex | FF | 5C | 3E | 0 | 40 | 4C | 0 | 9 | 64 | 3E |
| Octal | 377 | 134 | 76 | 0 | 100 | 114 | 0 | 11 | 144 | 76 |
| Binary | 11111111 | 1011100 | 111110 | 0 | 1000000 | 1001100 | 0 | 1001 | 1100100 | 111110 |
Color Harmonies of #FF5C3E
Complementary color
Monochromatic Colors of #FF5C3E
Black with #FF5C3E
Text Example
Text Example
White with #FF5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C3E; }
p { color: rgb(255,92,62); }
H1.HeaderClassName
{
color: #FF5C3E;
}
.AnyTagClassName
{
color: #FF5C3E;
}
</style>
background-color css
<style>
a { background-color: #FF5C3E; }
a { background-color: rgb(255,92,62); }
div.DivClassName
{
background-color: #FF5C3E;
}
.BgClassName
{
background-color: #FF5C3E;
}
</style>
border-color css
<style>
span { border-color: #FF5C3E; }
span { border-color: rgb(255,92,62); }
td.TdClassName
{
border-color: #FF5C3E;
}
.TagClassName
{
border-color: #FF5C3E;
}
</style>