Shades of Outrageous Orange #FD5D32
Tints of Outrageous Orange #FD5D32
RGB
CMYK
RGB Variations
Color information
#FD5D32 (or 0xFD5D32) is known color: Outrageous Orange. HEX triplet: FD, 5D and 32. RGB value is (253,93,50). Sum of RGB (Red+Green+Blue) = 253+93+50=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D32 is #02A2CD. Grayscale: #888888. Windows color (decimal): -172750 or 3300861. OLE color: 3300861.
HSL color Cylindrical-coordinate representation of color #FD5D32: hue angle of 12.71º 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 #FD5D32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.01 |
| HSL | 12.71º | 0.98% | 0.59% | - |
| HSV(B) | 12.71º | 0.8% | 0.99% | - |
| XYZ | 45 | 28.94 | 6.23 | - |
| YUV | 135.94 | 79.51 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 50 | 0 | 0.63 | 0.80 | 0.01 | 12.71 | 0.98 | 0.59 |
| Hex | FD | 5D | 32 | 0 | 3F | 50 | 1 | D | 62 | 3B |
| Octal | 375 | 135 | 62 | 0 | 77 | 120 | 1 | 15 | 142 | 73 |
| Binary | 11111101 | 1011101 | 110010 | 0 | 111111 | 1010000 | 1 | 1101 | 1100010 | 111011 |
Color Harmonies of #FD5D32
Complementary color
Monochromatic Colors of #FD5D32
Black with #FD5D32
Text Example
Text Example
White with #FD5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D32; }
p { color: rgb(253,93,50); }
H1.HeaderClassName
{
color: #FD5D32;
}
.AnyTagClassName
{
color: #FD5D32;
}
</style>
background-color css
<style>
a { background-color: #FD5D32; }
a { background-color: rgb(253,93,50); }
div.DivClassName
{
background-color: #FD5D32;
}
.BgClassName
{
background-color: #FD5D32;
}
</style>
border-color css
<style>
span { border-color: #FD5D32; }
span { border-color: rgb(253,93,50); }
td.TdClassName
{
border-color: #FD5D32;
}
.TagClassName
{
border-color: #FD5D32;
}
</style>