Shades of Outrageous Orange #FD5D25
Tints of Outrageous Orange #FD5D25
RGB
CMYK
RGB Variations
Color information
#FD5D25 (or 0xFD5D25) is known color: Outrageous Orange. HEX triplet: FD, 5D and 25. RGB value is (253,93,37). Sum of RGB (Red+Green+Blue) = 253+93+37=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D25 is #02A2DA. Grayscale: #868686. Windows color (decimal): -172763 or 2448893. OLE color: 2448893.
HSL color Cylindrical-coordinate representation of color #FD5D25: hue angle of 15.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD5D25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 37 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.01 |
| HSL | 15.56º | 0.98% | 0.57% | - |
| HSV(B) | 15.56º | 0.85% | 0.99% | - |
| XYZ | 44.76 | 28.84 | 4.96 | - |
| YUV | 134.46 | 73.01 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 37 | 0 | 0.63 | 0.85 | 0.01 | 15.56 | 0.98 | 0.57 |
| Hex | FD | 5D | 25 | 0 | 3F | 55 | 1 | 10 | 62 | 39 |
| Octal | 375 | 135 | 45 | 0 | 77 | 125 | 1 | 20 | 142 | 71 |
| Binary | 11111101 | 1011101 | 100101 | 0 | 111111 | 1010101 | 1 | 10000 | 1100010 | 111001 |
Color Harmonies of #FD5D25
Complementary color
Monochromatic Colors of #FD5D25
Black with #FD5D25
Text Example
Text Example
White with #FD5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D25; }
p { color: rgb(253,93,37); }
H1.HeaderClassName
{
color: #FD5D25;
}
.AnyTagClassName
{
color: #FD5D25;
}
</style>
background-color css
<style>
a { background-color: #FD5D25; }
a { background-color: rgb(253,93,37); }
div.DivClassName
{
background-color: #FD5D25;
}
.BgClassName
{
background-color: #FD5D25;
}
</style>
border-color css
<style>
span { border-color: #FD5D25; }
span { border-color: rgb(253,93,37); }
td.TdClassName
{
border-color: #FD5D25;
}
.TagClassName
{
border-color: #FD5D25;
}
</style>