Shades of Outrageous Orange #FD5A3E
Tints of Outrageous Orange #FD5A3E
RGB
CMYK
RGB Variations
Color information
#FD5A3E (or 0xFD5A3E) is known color: Outrageous Orange. HEX triplet: FD, 5A and 3E. RGB value is (253,90,62). Sum of RGB (Red+Green+Blue) = 253+90+62=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A3E is #02A5C1. Grayscale: #878787. Windows color (decimal): -173506 or 4086525. OLE color: 4086525.
HSL color Cylindrical-coordinate representation of color #FD5A3E: hue angle of 8.8º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD5A3E is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 62 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.01 |
| HSL | 8.8º | 0.98% | 0.62% | - |
| HSV(B) | 8.8º | 0.75% | 0.99% | - |
| XYZ | 45.03 | 28.54 | 7.69 | - |
| YUV | 135.55 | 86.5 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 62 | 0 | 0.64 | 0.75 | 0.01 | 8.8 | 0.98 | 0.62 |
| Hex | FD | 5A | 3E | 0 | 40 | 4B | 1 | 9 | 62 | 3E |
| Octal | 375 | 132 | 76 | 0 | 100 | 113 | 1 | 11 | 142 | 76 |
| Binary | 11111101 | 1011010 | 111110 | 0 | 1000000 | 1001011 | 1 | 1001 | 1100010 | 111110 |
Color Harmonies of #FD5A3E
Complementary color
Monochromatic Colors of #FD5A3E
Black with #FD5A3E
Text Example
Text Example
White with #FD5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A3E; }
p { color: rgb(253,90,62); }
H1.HeaderClassName
{
color: #FD5A3E;
}
.AnyTagClassName
{
color: #FD5A3E;
}
</style>
background-color css
<style>
a { background-color: #FD5A3E; }
a { background-color: rgb(253,90,62); }
div.DivClassName
{
background-color: #FD5A3E;
}
.BgClassName
{
background-color: #FD5A3E;
}
</style>
border-color css
<style>
span { border-color: #FD5A3E; }
span { border-color: rgb(253,90,62); }
td.TdClassName
{
border-color: #FD5A3E;
}
.TagClassName
{
border-color: #FD5A3E;
}
</style>