Shades of Outrageous Orange #FF632E
Tints of Outrageous Orange #FF632E
RGB
CMYK
RGB Variations
Color information
#FF632E (or 0xFF632E) is known color: Outrageous Orange. HEX triplet: FF, 63 and 2E. RGB value is (255,99,46). Sum of RGB (Red+Green+Blue) = 255+99+46=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF632E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF632E is #009CD1. Grayscale: #8B8B8B. Windows color (decimal): -40146 or 3040255. OLE color: 3040255.
HSL color Cylindrical-coordinate representation of color #FF632E: hue angle of 15.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF632E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 46 | - |
| CMYK | 0 | 0.61 | 0.82 | 0 |
| HSL | 15.22º | 1% | 0.59% | - |
| HSV(B) | 15.22º | 0.82% | 1% | - |
| XYZ | 46.19 | 30.38 | 6.01 | - |
| YUV | 139.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 46 | 0 | 0.61 | 0.82 | 0 | 15.22 | 1 | 0.59 |
| Hex | FF | 63 | 2E | 0 | 3D | 52 | 0 | F | 64 | 3B |
| Octal | 377 | 143 | 56 | 0 | 75 | 122 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100011 | 101110 | 0 | 111101 | 1010010 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF632E
Complementary color
Monochromatic Colors of #FF632E
Black with #FF632E
Text Example
Text Example
White with #FF632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF632E; }
p { color: rgb(255,99,46); }
H1.HeaderClassName
{
color: #FF632E;
}
.AnyTagClassName
{
color: #FF632E;
}
</style>
background-color css
<style>
a { background-color: #FF632E; }
a { background-color: rgb(255,99,46); }
div.DivClassName
{
background-color: #FF632E;
}
.BgClassName
{
background-color: #FF632E;
}
</style>
border-color css
<style>
span { border-color: #FF632E; }
span { border-color: rgb(255,99,46); }
td.TdClassName
{
border-color: #FF632E;
}
.TagClassName
{
border-color: #FF632E;
}
</style>