Shades of Outrageous Orange #FF632D
Tints of Outrageous Orange #FF632D
RGB
CMYK
RGB Variations
Color information
#FF632D (or 0xFF632D) is known color: Outrageous Orange. HEX triplet: FF, 63 and 2D. RGB value is (255,99,45). Sum of RGB (Red+Green+Blue) = 255+99+45=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF632D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF632D is #009CD2. Grayscale: #8B8B8B. Windows color (decimal): -40147 or 2974719. OLE color: 2974719.
HSL color Cylindrical-coordinate representation of color #FF632D: hue angle of 15.43º 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 #FF632D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0 |
| HSL | 15.43º | 1% | 0.59% | - |
| HSV(B) | 15.43º | 0.82% | 1% | - |
| XYZ | 46.18 | 30.37 | 5.91 | - |
| YUV | 139.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 45 | 0 | 0.61 | 0.82 | 0 | 15.43 | 1 | 0.59 |
| Hex | FF | 63 | 2D | 0 | 3D | 52 | 0 | F | 64 | 3B |
| Octal | 377 | 143 | 55 | 0 | 75 | 122 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100011 | 101101 | 0 | 111101 | 1010010 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF632D
Complementary color
Monochromatic Colors of #FF632D
Black with #FF632D
Text Example
Text Example
White with #FF632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF632D; }
p { color: rgb(255,99,45); }
H1.HeaderClassName
{
color: #FF632D;
}
.AnyTagClassName
{
color: #FF632D;
}
</style>
background-color css
<style>
a { background-color: #FF632D; }
a { background-color: rgb(255,99,45); }
div.DivClassName
{
background-color: #FF632D;
}
.BgClassName
{
background-color: #FF632D;
}
</style>
border-color css
<style>
span { border-color: #FF632D; }
span { border-color: rgb(255,99,45); }
td.TdClassName
{
border-color: #FF632D;
}
.TagClassName
{
border-color: #FF632D;
}
</style>