Shades of Outrageous Orange #FF632B
Tints of Outrageous Orange #FF632B
RGB
CMYK
RGB Variations
Color information
#FF632B (or 0xFF632B) is known color: Outrageous Orange. HEX triplet: FF, 63 and 2B. RGB value is (255,99,43). Sum of RGB (Red+Green+Blue) = 255+99+43=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF632B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF632B is #009CD4. Grayscale: #8B8B8B. Windows color (decimal): -40149 or 2843647. OLE color: 2843647.
HSL color Cylindrical-coordinate representation of color #FF632B: hue angle of 15.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF632B is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 43 | - |
| CMYK | 0 | 0.61 | 0.83 | 0 |
| HSL | 15.85º | 1% | 0.58% | - |
| HSV(B) | 15.85º | 0.83% | 1% | - |
| XYZ | 46.14 | 30.36 | 5.71 | - |
| YUV | 139.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 43 | 0 | 0.61 | 0.83 | 0 | 15.85 | 1 | 0.58 |
| Hex | FF | 63 | 2B | 0 | 3D | 53 | 0 | 10 | 64 | 3A |
| Octal | 377 | 143 | 53 | 0 | 75 | 123 | 0 | 20 | 144 | 72 |
| Binary | 11111111 | 1100011 | 101011 | 0 | 111101 | 1010011 | 0 | 10000 | 1100100 | 111010 |
Color Harmonies of #FF632B
Complementary color
Monochromatic Colors of #FF632B
Black with #FF632B
Text Example
Text Example
White with #FF632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF632B; }
p { color: rgb(255,99,43); }
H1.HeaderClassName
{
color: #FF632B;
}
.AnyTagClassName
{
color: #FF632B;
}
</style>
background-color css
<style>
a { background-color: #FF632B; }
a { background-color: rgb(255,99,43); }
div.DivClassName
{
background-color: #FF632B;
}
.BgClassName
{
background-color: #FF632B;
}
</style>
border-color css
<style>
span { border-color: #FF632B; }
span { border-color: rgb(255,99,43); }
td.TdClassName
{
border-color: #FF632B;
}
.TagClassName
{
border-color: #FF632B;
}
</style>