Shades of Outrageous Orange #FF5C3C
Tints of Outrageous Orange #FF5C3C
RGB
CMYK
RGB Variations
Color information
#FF5C3C (or 0xFF5C3C) is known color: Outrageous Orange. HEX triplet: FF, 5C and 3C. RGB value is (255,92,60). Sum of RGB (Red+Green+Blue) = 255+92+60=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C3C is #00A3C3. Grayscale: #898989. Windows color (decimal): -41924 or 3955967. OLE color: 3955967.
HSL color Cylindrical-coordinate representation of color #FF5C3C: hue angle of 9.85º 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 #FF5C3C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 60 | - |
| CMYK | 0 | 0.64 | 0.76 | 0 |
| HSL | 9.85º | 1% | 0.62% | - |
| HSV(B) | 9.85º | 0.76% | 1% | - |
| XYZ | 45.88 | 29.24 | 7.5 | - |
| YUV | 137.09 | 84.5 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 60 | 0 | 0.64 | 0.76 | 0 | 9.85 | 1 | 0.62 |
| Hex | FF | 5C | 3C | 0 | 40 | 4C | 0 | A | 64 | 3E |
| Octal | 377 | 134 | 74 | 0 | 100 | 114 | 0 | 12 | 144 | 76 |
| Binary | 11111111 | 1011100 | 111100 | 0 | 1000000 | 1001100 | 0 | 1010 | 1100100 | 111110 |
Color Harmonies of #FF5C3C
Complementary color
Monochromatic Colors of #FF5C3C
Black with #FF5C3C
Text Example
Text Example
White with #FF5C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C3C; }
p { color: rgb(255,92,60); }
H1.HeaderClassName
{
color: #FF5C3C;
}
.AnyTagClassName
{
color: #FF5C3C;
}
</style>
background-color css
<style>
a { background-color: #FF5C3C; }
a { background-color: rgb(255,92,60); }
div.DivClassName
{
background-color: #FF5C3C;
}
.BgClassName
{
background-color: #FF5C3C;
}
</style>
border-color css
<style>
span { border-color: #FF5C3C; }
span { border-color: rgb(255,92,60); }
td.TdClassName
{
border-color: #FF5C3C;
}
.TagClassName
{
border-color: #FF5C3C;
}
</style>