Shades of Outrageous Orange #FD633D
Tints of Outrageous Orange #FD633D
RGB
CMYK
RGB Variations
Color information
#FD633D (or 0xFD633D) is known color: Outrageous Orange. HEX triplet: FD, 63 and 3D. RGB value is (253,99,61). Sum of RGB (Red+Green+Blue) = 253+99+61=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD633D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD633D is #029CC2. Grayscale: #8D8D8D. Windows color (decimal): -171203 or 4023293. OLE color: 4023293.
HSL color Cylindrical-coordinate representation of color #FD633D: hue angle of 11.88º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD633D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 61 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.01 |
| HSL | 11.88º | 0.98% | 0.62% | - |
| HSV(B) | 11.88º | 0.76% | 0.99% | - |
| XYZ | 45.81 | 30.14 | 7.82 | - |
| YUV | 140.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 61 | 0 | 0.61 | 0.76 | 0.01 | 11.88 | 0.98 | 0.62 |
| Hex | FD | 63 | 3D | 0 | 3D | 4C | 1 | C | 62 | 3E |
| Octal | 375 | 143 | 75 | 0 | 75 | 114 | 1 | 14 | 142 | 76 |
| Binary | 11111101 | 1100011 | 111101 | 0 | 111101 | 1001100 | 1 | 1100 | 1100010 | 111110 |
Color Harmonies of #FD633D
Complementary color
Monochromatic Colors of #FD633D
Black with #FD633D
Text Example
Text Example
White with #FD633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD633D; }
p { color: rgb(253,99,61); }
H1.HeaderClassName
{
color: #FD633D;
}
.AnyTagClassName
{
color: #FD633D;
}
</style>
background-color css
<style>
a { background-color: #FD633D; }
a { background-color: rgb(253,99,61); }
div.DivClassName
{
background-color: #FD633D;
}
.BgClassName
{
background-color: #FD633D;
}
</style>
border-color css
<style>
span { border-color: #FD633D; }
span { border-color: rgb(253,99,61); }
td.TdClassName
{
border-color: #FD633D;
}
.TagClassName
{
border-color: #FD633D;
}
</style>