Shades of Outrageous Orange #FD5C25
Tints of Outrageous Orange #FD5C25
RGB
CMYK
RGB Variations
Color information
#FD5C25 (or 0xFD5C25) is known color: Outrageous Orange. HEX triplet: FD, 5C and 25. RGB value is (253,92,37). Sum of RGB (Red+Green+Blue) = 253+92+37=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C25 is #02A3DA. Grayscale: #868686. Windows color (decimal): -173019 or 2448637. OLE color: 2448637.
HSL color Cylindrical-coordinate representation of color #FD5C25: hue angle of 15.28º 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 #FD5C25 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 37 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.01 |
| HSL | 15.28º | 0.98% | 0.57% | - |
| HSV(B) | 15.28º | 0.85% | 0.99% | - |
| XYZ | 44.67 | 28.67 | 4.93 | - |
| YUV | 133.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 37 | 0 | 0.64 | 0.85 | 0.01 | 15.28 | 0.98 | 0.57 |
| Hex | FD | 5C | 25 | 0 | 40 | 55 | 1 | F | 62 | 39 |
| Octal | 375 | 134 | 45 | 0 | 100 | 125 | 1 | 17 | 142 | 71 |
| Binary | 11111101 | 1011100 | 100101 | 0 | 1000000 | 1010101 | 1 | 1111 | 1100010 | 111001 |
Color Harmonies of #FD5C25
Complementary color
Monochromatic Colors of #FD5C25
Black with #FD5C25
Text Example
Text Example
White with #FD5C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C25; }
p { color: rgb(253,92,37); }
H1.HeaderClassName
{
color: #FD5C25;
}
.AnyTagClassName
{
color: #FD5C25;
}
</style>
background-color css
<style>
a { background-color: #FD5C25; }
a { background-color: rgb(253,92,37); }
div.DivClassName
{
background-color: #FD5C25;
}
.BgClassName
{
background-color: #FD5C25;
}
</style>
border-color css
<style>
span { border-color: #FD5C25; }
span { border-color: rgb(253,92,37); }
td.TdClassName
{
border-color: #FD5C25;
}
.TagClassName
{
border-color: #FD5C25;
}
</style>