Shades of Outrageous Orange #FD5D2E
Tints of Outrageous Orange #FD5D2E
RGB
CMYK
RGB Variations
Color information
#FD5D2E (or 0xFD5D2E) is known color: Outrageous Orange. HEX triplet: FD, 5D and 2E. RGB value is (253,93,46). Sum of RGB (Red+Green+Blue) = 253+93+46=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D2E is #02A2D1. Grayscale: #878787. Windows color (decimal): -172754 or 3038717. OLE color: 3038717.
HSL color Cylindrical-coordinate representation of color #FD5D2E: hue angle of 13.62º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD5D2E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 46 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.01 |
| HSL | 13.62º | 0.98% | 0.59% | - |
| HSV(B) | 13.62º | 0.82% | 0.99% | - |
| XYZ | 44.92 | 28.91 | 5.8 | - |
| YUV | 135.48 | 77.51 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 46 | 0 | 0.63 | 0.82 | 0.01 | 13.62 | 0.98 | 0.59 |
| Hex | FD | 5D | 2E | 0 | 3F | 52 | 1 | E | 62 | 3B |
| Octal | 375 | 135 | 56 | 0 | 77 | 122 | 1 | 16 | 142 | 73 |
| Binary | 11111101 | 1011101 | 101110 | 0 | 111111 | 1010010 | 1 | 1110 | 1100010 | 111011 |
Color Harmonies of #FD5D2E
Complementary color
Monochromatic Colors of #FD5D2E
Black with #FD5D2E
Text Example
Text Example
White with #FD5D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D2E; }
p { color: rgb(253,93,46); }
H1.HeaderClassName
{
color: #FD5D2E;
}
.AnyTagClassName
{
color: #FD5D2E;
}
</style>
background-color css
<style>
a { background-color: #FD5D2E; }
a { background-color: rgb(253,93,46); }
div.DivClassName
{
background-color: #FD5D2E;
}
.BgClassName
{
background-color: #FD5D2E;
}
</style>
border-color css
<style>
span { border-color: #FD5D2E; }
span { border-color: rgb(253,93,46); }
td.TdClassName
{
border-color: #FD5D2E;
}
.TagClassName
{
border-color: #FD5D2E;
}
</style>