Shades of Outrageous Orange #FF5A1C
Tints of Outrageous Orange #FF5A1C
RGB
CMYK
RGB Variations
Color information
#FF5A1C (or 0xFF5A1C) is known color: Outrageous Orange. HEX triplet: FF, 5A and 1C. RGB value is (255,90,28). Sum of RGB (Red+Green+Blue) = 255+90+28=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A1C is #00A5E3. Grayscale: #848484. Windows color (decimal): -42468 or 1858303. OLE color: 1858303.
HSL color Cylindrical-coordinate representation of color #FF5A1C: hue angle of 16.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF5A1C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 28 | - |
| CMYK | 0 | 0.65 | 0.89 | 0 |
| HSL | 16.39º | 1% | 0.55% | - |
| HSV(B) | 16.39º | 0.89% | 1% | - |
| XYZ | 45.11 | 28.66 | 4.25 | - |
| YUV | 132.27 | 69.16 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 28 | 0 | 0.65 | 0.89 | 0 | 16.39 | 1 | 0.55 |
| Hex | FF | 5A | 1C | 0 | 41 | 59 | 0 | 10 | 64 | 37 |
| Octal | 377 | 132 | 34 | 0 | 101 | 131 | 0 | 20 | 144 | 67 |
| Binary | 11111111 | 1011010 | 11100 | 0 | 1000001 | 1011001 | 0 | 10000 | 1100100 | 110111 |
Color Harmonies of #FF5A1C
Complementary color
Monochromatic Colors of #FF5A1C
Black with #FF5A1C
Text Example
Text Example
White with #FF5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A1C; }
p { color: rgb(255,90,28); }
H1.HeaderClassName
{
color: #FF5A1C;
}
.AnyTagClassName
{
color: #FF5A1C;
}
</style>
background-color css
<style>
a { background-color: #FF5A1C; }
a { background-color: rgb(255,90,28); }
div.DivClassName
{
background-color: #FF5A1C;
}
.BgClassName
{
background-color: #FF5A1C;
}
</style>
border-color css
<style>
span { border-color: #FF5A1C; }
span { border-color: rgb(255,90,28); }
td.TdClassName
{
border-color: #FF5A1C;
}
.TagClassName
{
border-color: #FF5A1C;
}
</style>