Shades of Outrageous Orange #FD5E32
Tints of Outrageous Orange #FD5E32
RGB
CMYK
RGB Variations
Color information
#FD5E32 (or 0xFD5E32) is known color: Outrageous Orange. HEX triplet: FD, 5E and 32. RGB value is (253,94,50). Sum of RGB (Red+Green+Blue) = 253+94+50=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E32 is #02A1CD. Grayscale: #888888. Windows color (decimal): -172494 or 3301117. OLE color: 3301117.
HSL color Cylindrical-coordinate representation of color #FD5E32: hue angle of 13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD5E32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.01 |
| HSL | 13º | 0.98% | 0.59% | - |
| HSV(B) | 13º | 0.8% | 0.99% | - |
| XYZ | 45.09 | 29.12 | 6.26 | - |
| YUV | 136.53 | 79.18 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 50 | 0 | 0.63 | 0.80 | 0.01 | 13 | 0.98 | 0.59 |
| Hex | FD | 5E | 32 | 0 | 3F | 50 | 1 | D | 62 | 3B |
| Octal | 375 | 136 | 62 | 0 | 77 | 120 | 1 | 15 | 142 | 73 |
| Binary | 11111101 | 1011110 | 110010 | 0 | 111111 | 1010000 | 1 | 1101 | 1100010 | 111011 |
Color Harmonies of #FD5E32
Complementary color
Monochromatic Colors of #FD5E32
Black with #FD5E32
Text Example
Text Example
White with #FD5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5E32; }
p { color: rgb(253,94,50); }
H1.HeaderClassName
{
color: #FD5E32;
}
.AnyTagClassName
{
color: #FD5E32;
}
</style>
background-color css
<style>
a { background-color: #FD5E32; }
a { background-color: rgb(253,94,50); }
div.DivClassName
{
background-color: #FD5E32;
}
.BgClassName
{
background-color: #FD5E32;
}
</style>
border-color css
<style>
span { border-color: #FD5E32; }
span { border-color: rgb(253,94,50); }
td.TdClassName
{
border-color: #FD5E32;
}
.TagClassName
{
border-color: #FD5E32;
}
</style>