Shades of Outrageous Orange #FF632A
Tints of Outrageous Orange #FF632A
RGB
CMYK
RGB Variations
Color information
#FF632A (or 0xFF632A) is known color: Outrageous Orange. HEX triplet: FF, 63 and 2A. RGB value is (255,99,42). Sum of RGB (Red+Green+Blue) = 255+99+42=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF632A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF632A is #009CD5. Grayscale: #8B8B8B. Windows color (decimal): -40150 or 2778111. OLE color: 2778111.
HSL color Cylindrical-coordinate representation of color #FF632A: hue angle of 16.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF632A is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 42 | - |
| CMYK | 0 | 0.61 | 0.84 | 0 |
| HSL | 16.06º | 1% | 0.58% | - |
| HSV(B) | 16.06º | 0.84% | 1% | - |
| XYZ | 46.12 | 30.35 | 5.62 | - |
| YUV | 139.15 | 73.18 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 42 | 0 | 0.61 | 0.84 | 0 | 16.06 | 1 | 0.58 |
| Hex | FF | 63 | 2A | 0 | 3D | 54 | 0 | 10 | 64 | 3A |
| Octal | 377 | 143 | 52 | 0 | 75 | 124 | 0 | 20 | 144 | 72 |
| Binary | 11111111 | 1100011 | 101010 | 0 | 111101 | 1010100 | 0 | 10000 | 1100100 | 111010 |
Color Harmonies of #FF632A
Complementary color
Monochromatic Colors of #FF632A
Black with #FF632A
Text Example
Text Example
White with #FF632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF632A; }
p { color: rgb(255,99,42); }
H1.HeaderClassName
{
color: #FF632A;
}
.AnyTagClassName
{
color: #FF632A;
}
</style>
background-color css
<style>
a { background-color: #FF632A; }
a { background-color: rgb(255,99,42); }
div.DivClassName
{
background-color: #FF632A;
}
.BgClassName
{
background-color: #FF632A;
}
</style>
border-color css
<style>
span { border-color: #FF632A; }
span { border-color: rgb(255,99,42); }
td.TdClassName
{
border-color: #FF632A;
}
.TagClassName
{
border-color: #FF632A;
}
</style>