Shades of Outrageous Orange #FD5E3C
Tints of Outrageous Orange #FD5E3C
RGB
CMYK
RGB Variations
Color information
#FD5E3C (or 0xFD5E3C) is known color: Outrageous Orange. HEX triplet: FD, 5E and 3C. RGB value is (253,94,60). Sum of RGB (Red+Green+Blue) = 253+94+60=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E3C is #02A1C3. Grayscale: #898989. Windows color (decimal): -172484 or 3956477. OLE color: 3956477.
HSL color Cylindrical-coordinate representation of color #FD5E3C: hue angle of 10.57º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD5E3C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 60 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.01 |
| HSL | 10.57º | 0.98% | 0.61% | - |
| HSV(B) | 10.57º | 0.76% | 0.99% | - |
| XYZ | 45.33 | 29.21 | 7.52 | - |
| YUV | 137.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 60 | 0 | 0.63 | 0.76 | 0.01 | 10.57 | 0.98 | 0.61 |
| Hex | FD | 5E | 3C | 0 | 3F | 4C | 1 | B | 62 | 3D |
| Octal | 375 | 136 | 74 | 0 | 77 | 114 | 1 | 13 | 142 | 75 |
| Binary | 11111101 | 1011110 | 111100 | 0 | 111111 | 1001100 | 1 | 1011 | 1100010 | 111101 |
Color Harmonies of #FD5E3C
Complementary color
Monochromatic Colors of #FD5E3C
Black with #FD5E3C
Text Example
Text Example
White with #FD5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5E3C; }
p { color: rgb(253,94,60); }
H1.HeaderClassName
{
color: #FD5E3C;
}
.AnyTagClassName
{
color: #FD5E3C;
}
</style>
background-color css
<style>
a { background-color: #FD5E3C; }
a { background-color: rgb(253,94,60); }
div.DivClassName
{
background-color: #FD5E3C;
}
.BgClassName
{
background-color: #FD5E3C;
}
</style>
border-color css
<style>
span { border-color: #FD5E3C; }
span { border-color: rgb(253,94,60); }
td.TdClassName
{
border-color: #FD5E3C;
}
.TagClassName
{
border-color: #FD5E3C;
}
</style>