Shades of Outrageous Orange #FD5D3D
Tints of Outrageous Orange #FD5D3D
RGB
CMYK
RGB Variations
Color information
#FD5D3D (or 0xFD5D3D) is known color: Outrageous Orange. HEX triplet: FD, 5D and 3D. RGB value is (253,93,61). Sum of RGB (Red+Green+Blue) = 253+93+61=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D3D is #02A2C2. Grayscale: #898989. Windows color (decimal): -172739 or 4021757. OLE color: 4021757.
HSL color Cylindrical-coordinate representation of color #FD5D3D: hue angle of 10º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD5D3D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 61 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.01 |
| HSL | 10º | 0.98% | 0.62% | - |
| HSV(B) | 10º | 0.76% | 0.99% | - |
| XYZ | 45.26 | 29.05 | 7.64 | - |
| YUV | 137.19 | 85.01 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 61 | 0 | 0.63 | 0.76 | 0.01 | 10 | 0.98 | 0.62 |
| Hex | FD | 5D | 3D | 0 | 3F | 4C | 1 | A | 62 | 3E |
| Octal | 375 | 135 | 75 | 0 | 77 | 114 | 1 | 12 | 142 | 76 |
| Binary | 11111101 | 1011101 | 111101 | 0 | 111111 | 1001100 | 1 | 1010 | 1100010 | 111110 |
Color Harmonies of #FD5D3D
Complementary color
Monochromatic Colors of #FD5D3D
Black with #FD5D3D
Text Example
Text Example
White with #FD5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D3D; }
p { color: rgb(253,93,61); }
H1.HeaderClassName
{
color: #FD5D3D;
}
.AnyTagClassName
{
color: #FD5D3D;
}
</style>
background-color css
<style>
a { background-color: #FD5D3D; }
a { background-color: rgb(253,93,61); }
div.DivClassName
{
background-color: #FD5D3D;
}
.BgClassName
{
background-color: #FD5D3D;
}
</style>
border-color css
<style>
span { border-color: #FD5D3D; }
span { border-color: rgb(253,93,61); }
td.TdClassName
{
border-color: #FD5D3D;
}
.TagClassName
{
border-color: #FD5D3D;
}
</style>