Shades of Outrageous Orange #FD632C
Tints of Outrageous Orange #FD632C
RGB
CMYK
RGB Variations
Color information
#FD632C (or 0xFD632C) is known color: Outrageous Orange. HEX triplet: FD, 63 and 2C. RGB value is (253,99,44). Sum of RGB (Red+Green+Blue) = 253+99+44=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD632C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD632C is #029CD3. Grayscale: #8B8B8B. Windows color (decimal): -171220 or 2909181. OLE color: 2909181.
HSL color Cylindrical-coordinate representation of color #FD632C: hue angle of 15.79º 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 #FD632C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 44 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.01 |
| HSL | 15.79º | 0.98% | 0.58% | - |
| HSV(B) | 15.79º | 0.83% | 0.99% | - |
| XYZ | 45.42 | 29.99 | 5.78 | - |
| YUV | 138.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 44 | 0 | 0.61 | 0.83 | 0.01 | 15.79 | 0.98 | 0.58 |
| Hex | FD | 63 | 2C | 0 | 3D | 53 | 1 | 10 | 62 | 3A |
| Octal | 375 | 143 | 54 | 0 | 75 | 123 | 1 | 20 | 142 | 72 |
| Binary | 11111101 | 1100011 | 101100 | 0 | 111101 | 1010011 | 1 | 10000 | 1100010 | 111010 |
Color Harmonies of #FD632C
Complementary color
Monochromatic Colors of #FD632C
Black with #FD632C
Text Example
Text Example
White with #FD632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD632C; }
p { color: rgb(253,99,44); }
H1.HeaderClassName
{
color: #FD632C;
}
.AnyTagClassName
{
color: #FD632C;
}
</style>
background-color css
<style>
a { background-color: #FD632C; }
a { background-color: rgb(253,99,44); }
div.DivClassName
{
background-color: #FD632C;
}
.BgClassName
{
background-color: #FD632C;
}
</style>
border-color css
<style>
span { border-color: #FD632C; }
span { border-color: rgb(253,99,44); }
td.TdClassName
{
border-color: #FD632C;
}
.TagClassName
{
border-color: #FD632C;
}
</style>