Shades of Outrageous Orange #FF5A2D
Tints of Outrageous Orange #FF5A2D
RGB
CMYK
RGB Variations
Color information
#FF5A2D (or 0xFF5A2D) is known color: Outrageous Orange. HEX triplet: FF, 5A and 2D. RGB value is (255,90,45). Sum of RGB (Red+Green+Blue) = 255+90+45=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A2D is #00A5D2. Grayscale: #868686. Windows color (decimal): -42451 or 2972415. OLE color: 2972415.
HSL color Cylindrical-coordinate representation of color #FF5A2D: hue angle of 12.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF5A2D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0 |
| HSL | 12.86º | 1% | 0.59% | - |
| HSV(B) | 12.86º | 0.82% | 1% | - |
| XYZ | 45.37 | 28.76 | 5.64 | - |
| YUV | 134.21 | 77.66 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 45 | 0 | 0.65 | 0.82 | 0 | 12.86 | 1 | 0.59 |
| Hex | FF | 5A | 2D | 0 | 41 | 52 | 0 | D | 64 | 3B |
| Octal | 377 | 132 | 55 | 0 | 101 | 122 | 0 | 15 | 144 | 73 |
| Binary | 11111111 | 1011010 | 101101 | 0 | 1000001 | 1010010 | 0 | 1101 | 1100100 | 111011 |
Color Harmonies of #FF5A2D
Complementary color
Monochromatic Colors of #FF5A2D
Black with #FF5A2D
Text Example
Text Example
White with #FF5A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A2D; }
p { color: rgb(255,90,45); }
H1.HeaderClassName
{
color: #FF5A2D;
}
.AnyTagClassName
{
color: #FF5A2D;
}
</style>
background-color css
<style>
a { background-color: #FF5A2D; }
a { background-color: rgb(255,90,45); }
div.DivClassName
{
background-color: #FF5A2D;
}
.BgClassName
{
background-color: #FF5A2D;
}
</style>
border-color css
<style>
span { border-color: #FF5A2D; }
span { border-color: rgb(255,90,45); }
td.TdClassName
{
border-color: #FF5A2D;
}
.TagClassName
{
border-color: #FF5A2D;
}
</style>