Shades of Outrageous Orange #FD5B2A
Tints of Outrageous Orange #FD5B2A
RGB
CMYK
RGB Variations
Color information
#FD5B2A (or 0xFD5B2A) is known color: Outrageous Orange. HEX triplet: FD, 5B and 2A. RGB value is (253,91,42). Sum of RGB (Red+Green+Blue) = 253+91+42=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5B2A is #02A4D5. Grayscale: #868686. Windows color (decimal): -173270 or 2776061. OLE color: 2776061.
HSL color Cylindrical-coordinate representation of color #FD5B2A: hue angle of 13.93º 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 #FD5B2A is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 42 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.01 |
| HSL | 13.93º | 0.98% | 0.58% | - |
| HSV(B) | 13.93º | 0.83% | 0.99% | - |
| XYZ | 44.67 | 28.53 | 5.34 | - |
| YUV | 133.85 | 76.17 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 42 | 0 | 0.64 | 0.83 | 0.01 | 13.93 | 0.98 | 0.58 |
| Hex | FD | 5B | 2A | 0 | 40 | 53 | 1 | E | 62 | 3A |
| Octal | 375 | 133 | 52 | 0 | 100 | 123 | 1 | 16 | 142 | 72 |
| Binary | 11111101 | 1011011 | 101010 | 0 | 1000000 | 1010011 | 1 | 1110 | 1100010 | 111010 |
Color Harmonies of #FD5B2A
Complementary color
Monochromatic Colors of #FD5B2A
Black with #FD5B2A
Text Example
Text Example
White with #FD5B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5B2A; }
p { color: rgb(253,91,42); }
H1.HeaderClassName
{
color: #FD5B2A;
}
.AnyTagClassName
{
color: #FD5B2A;
}
</style>
background-color css
<style>
a { background-color: #FD5B2A; }
a { background-color: rgb(253,91,42); }
div.DivClassName
{
background-color: #FD5B2A;
}
.BgClassName
{
background-color: #FD5B2A;
}
</style>
border-color css
<style>
span { border-color: #FD5B2A; }
span { border-color: rgb(253,91,42); }
td.TdClassName
{
border-color: #FD5B2A;
}
.TagClassName
{
border-color: #FD5B2A;
}
</style>