Shades of Outrageous Orange #FD5D2A
Tints of Outrageous Orange #FD5D2A
RGB
CMYK
RGB Variations
Color information
#FD5D2A (or 0xFD5D2A) is known color: Outrageous Orange. HEX triplet: FD, 5D and 2A. RGB value is (253,93,42). Sum of RGB (Red+Green+Blue) = 253+93+42=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D2A is #02A2D5. Grayscale: #878787. Windows color (decimal): -172758 or 2776573. OLE color: 2776573.
HSL color Cylindrical-coordinate representation of color #FD5D2A: hue angle of 14.5º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD5D2A is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 42 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.01 |
| HSL | 14.5º | 0.98% | 0.58% | - |
| HSV(B) | 14.5º | 0.83% | 0.99% | - |
| XYZ | 44.84 | 28.88 | 5.4 | - |
| YUV | 135.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 42 | 0 | 0.63 | 0.83 | 0.01 | 14.5 | 0.98 | 0.58 |
| Hex | FD | 5D | 2A | 0 | 3F | 53 | 1 | F | 62 | 3A |
| Octal | 375 | 135 | 52 | 0 | 77 | 123 | 1 | 17 | 142 | 72 |
| Binary | 11111101 | 1011101 | 101010 | 0 | 111111 | 1010011 | 1 | 1111 | 1100010 | 111010 |
Color Harmonies of #FD5D2A
Complementary color
Monochromatic Colors of #FD5D2A
Black with #FD5D2A
Text Example
Text Example
White with #FD5D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D2A; }
p { color: rgb(253,93,42); }
H1.HeaderClassName
{
color: #FD5D2A;
}
.AnyTagClassName
{
color: #FD5D2A;
}
</style>
background-color css
<style>
a { background-color: #FD5D2A; }
a { background-color: rgb(253,93,42); }
div.DivClassName
{
background-color: #FD5D2A;
}
.BgClassName
{
background-color: #FD5D2A;
}
</style>
border-color css
<style>
span { border-color: #FD5D2A; }
span { border-color: rgb(253,93,42); }
td.TdClassName
{
border-color: #FD5D2A;
}
.TagClassName
{
border-color: #FD5D2A;
}
</style>