Shades of Outrageous Orange #FF632C
Tints of Outrageous Orange #FF632C
RGB
CMYK
RGB Variations
Color information
#FF632C (or 0xFF632C) is known color: Outrageous Orange. HEX triplet: FF, 63 and 2C. RGB value is (255,99,44). Sum of RGB (Red+Green+Blue) = 255+99+44=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF632C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF632C is #009CD3. Grayscale: #8B8B8B. Windows color (decimal): -40148 or 2909183. OLE color: 2909183.
HSL color Cylindrical-coordinate representation of color #FF632C: hue angle of 15.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF632C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 44 | - |
| CMYK | 0 | 0.61 | 0.83 | 0 |
| HSL | 15.64º | 1% | 0.59% | - |
| HSV(B) | 15.64º | 0.83% | 1% | - |
| XYZ | 46.16 | 30.37 | 5.81 | - |
| YUV | 139.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 44 | 0 | 0.61 | 0.83 | 0 | 15.64 | 1 | 0.59 |
| Hex | FF | 63 | 2C | 0 | 3D | 53 | 0 | 10 | 64 | 3B |
| Octal | 377 | 143 | 54 | 0 | 75 | 123 | 0 | 20 | 144 | 73 |
| Binary | 11111111 | 1100011 | 101100 | 0 | 111101 | 1010011 | 0 | 10000 | 1100100 | 111011 |
Color Harmonies of #FF632C
Complementary color
Monochromatic Colors of #FF632C
Black with #FF632C
Text Example
Text Example
White with #FF632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF632C; }
p { color: rgb(255,99,44); }
H1.HeaderClassName
{
color: #FF632C;
}
.AnyTagClassName
{
color: #FF632C;
}
</style>
background-color css
<style>
a { background-color: #FF632C; }
a { background-color: rgb(255,99,44); }
div.DivClassName
{
background-color: #FF632C;
}
.BgClassName
{
background-color: #FF632C;
}
</style>
border-color css
<style>
span { border-color: #FF632C; }
span { border-color: rgb(255,99,44); }
td.TdClassName
{
border-color: #FF632C;
}
.TagClassName
{
border-color: #FF632C;
}
</style>