Shades of Outrageous Orange #FF5C34
Tints of Outrageous Orange #FF5C34
RGB
CMYK
RGB Variations
Color information
#FF5C34 (or 0xFF5C34) is known color: Outrageous Orange. HEX triplet: FF, 5C and 34. RGB value is (255,92,52). Sum of RGB (Red+Green+Blue) = 255+92+52=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C34 is #00A3CB. Grayscale: #888888. Windows color (decimal): -41932 or 3431679. OLE color: 3431679.
HSL color Cylindrical-coordinate representation of color #FF5C34: hue angle of 11.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF5C34 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 52 | - |
| CMYK | 0 | 0.64 | 0.80 | 0 |
| HSL | 11.82º | 1% | 0.6% | - |
| HSV(B) | 11.82º | 0.8% | 1% | - |
| XYZ | 45.69 | 29.16 | 6.47 | - |
| YUV | 136.18 | 80.5 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 52 | 0 | 0.64 | 0.80 | 0 | 11.82 | 1 | 0.6 |
| Hex | FF | 5C | 34 | 0 | 40 | 50 | 0 | C | 64 | 3C |
| Octal | 377 | 134 | 64 | 0 | 100 | 120 | 0 | 14 | 144 | 74 |
| Binary | 11111111 | 1011100 | 110100 | 0 | 1000000 | 1010000 | 0 | 1100 | 1100100 | 111100 |
Color Harmonies of #FF5C34
Complementary color
Monochromatic Colors of #FF5C34
Black with #FF5C34
Text Example
Text Example
White with #FF5C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C34; }
p { color: rgb(255,92,52); }
H1.HeaderClassName
{
color: #FF5C34;
}
.AnyTagClassName
{
color: #FF5C34;
}
</style>
background-color css
<style>
a { background-color: #FF5C34; }
a { background-color: rgb(255,92,52); }
div.DivClassName
{
background-color: #FF5C34;
}
.BgClassName
{
background-color: #FF5C34;
}
</style>
border-color css
<style>
span { border-color: #FF5C34; }
span { border-color: rgb(255,92,52); }
td.TdClassName
{
border-color: #FF5C34;
}
.TagClassName
{
border-color: #FF5C34;
}
</style>