Shades of Outrageous Orange #FF5C2B
Tints of Outrageous Orange #FF5C2B
RGB
CMYK
RGB Variations
Color information
#FF5C2B (or 0xFF5C2B) is known color: Outrageous Orange. HEX triplet: FF, 5C and 2B. RGB value is (255,92,43). Sum of RGB (Red+Green+Blue) = 255+92+43=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C2B is #00A3D4. Grayscale: #878787. Windows color (decimal): -41941 or 2841855. OLE color: 2841855.
HSL color Cylindrical-coordinate representation of color #FF5C2B: hue angle of 13.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF5C2B is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 43 | - |
| CMYK | 0 | 0.64 | 0.83 | 0 |
| HSL | 13.87º | 1% | 0.58% | - |
| HSV(B) | 13.87º | 0.83% | 1% | - |
| XYZ | 45.5 | 29.09 | 5.5 | - |
| YUV | 135.15 | 76 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 43 | 0 | 0.64 | 0.83 | 0 | 13.87 | 1 | 0.58 |
| Hex | FF | 5C | 2B | 0 | 40 | 53 | 0 | E | 64 | 3A |
| Octal | 377 | 134 | 53 | 0 | 100 | 123 | 0 | 16 | 144 | 72 |
| Binary | 11111111 | 1011100 | 101011 | 0 | 1000000 | 1010011 | 0 | 1110 | 1100100 | 111010 |
Color Harmonies of #FF5C2B
Complementary color
Monochromatic Colors of #FF5C2B
Black with #FF5C2B
Text Example
Text Example
White with #FF5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C2B; }
p { color: rgb(255,92,43); }
H1.HeaderClassName
{
color: #FF5C2B;
}
.AnyTagClassName
{
color: #FF5C2B;
}
</style>
background-color css
<style>
a { background-color: #FF5C2B; }
a { background-color: rgb(255,92,43); }
div.DivClassName
{
background-color: #FF5C2B;
}
.BgClassName
{
background-color: #FF5C2B;
}
</style>
border-color css
<style>
span { border-color: #FF5C2B; }
span { border-color: rgb(255,92,43); }
td.TdClassName
{
border-color: #FF5C2B;
}
.TagClassName
{
border-color: #FF5C2B;
}
</style>