Shades of Outrageous Orange #FF5C35
Tints of Outrageous Orange #FF5C35
RGB
CMYK
RGB Variations
Color information
#FF5C35 (or 0xFF5C35) is known color: Outrageous Orange. HEX triplet: FF, 5C and 35. RGB value is (255,92,53). Sum of RGB (Red+Green+Blue) = 255+92+53=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C35 is #00A3CA. Grayscale: #888888. Windows color (decimal): -41931 or 3497215. OLE color: 3497215.
HSL color Cylindrical-coordinate representation of color #FF5C35: hue angle of 11.58º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF5C35 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 53 | - |
| CMYK | 0 | 0.64 | 0.79 | 0 |
| HSL | 11.58º | 1% | 0.6% | - |
| HSV(B) | 11.58º | 0.79% | 1% | - |
| XYZ | 45.71 | 29.17 | 6.59 | - |
| YUV | 136.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 53 | 0 | 0.64 | 0.79 | 0 | 11.58 | 1 | 0.6 |
| Hex | FF | 5C | 35 | 0 | 40 | 4F | 0 | C | 64 | 3C |
| Octal | 377 | 134 | 65 | 0 | 100 | 117 | 0 | 14 | 144 | 74 |
| Binary | 11111111 | 1011100 | 110101 | 0 | 1000000 | 1001111 | 0 | 1100 | 1100100 | 111100 |
Color Harmonies of #FF5C35
Complementary color
Monochromatic Colors of #FF5C35
Black with #FF5C35
Text Example
Text Example
White with #FF5C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C35; }
p { color: rgb(255,92,53); }
H1.HeaderClassName
{
color: #FF5C35;
}
.AnyTagClassName
{
color: #FF5C35;
}
</style>
background-color css
<style>
a { background-color: #FF5C35; }
a { background-color: rgb(255,92,53); }
div.DivClassName
{
background-color: #FF5C35;
}
.BgClassName
{
background-color: #FF5C35;
}
</style>
border-color css
<style>
span { border-color: #FF5C35; }
span { border-color: rgb(255,92,53); }
td.TdClassName
{
border-color: #FF5C35;
}
.TagClassName
{
border-color: #FF5C35;
}
</style>