Shades of Outrageous Orange #FF6327
Tints of Outrageous Orange #FF6327
RGB
CMYK
RGB Variations
Color information
#FF6327 (or 0xFF6327) is known color: Outrageous Orange. HEX triplet: FF, 63 and 27. RGB value is (255,99,39). Sum of RGB (Red+Green+Blue) = 255+99+39=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6327 is #009CD8. Grayscale: #8B8B8B. Windows color (decimal): -40153 or 2581503. OLE color: 2581503.
HSL color Cylindrical-coordinate representation of color #FF6327: hue angle of 16.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6327 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 39 | - |
| CMYK | 0 | 0.61 | 0.85 | 0 |
| HSL | 16.67º | 1% | 0.58% | - |
| HSV(B) | 16.67º | 0.85% | 1% | - |
| XYZ | 46.07 | 30.33 | 5.35 | - |
| YUV | 138.8 | 71.68 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 39 | 0 | 0.61 | 0.85 | 0 | 16.67 | 1 | 0.58 |
| Hex | FF | 63 | 27 | 0 | 3D | 55 | 0 | 11 | 64 | 3A |
| Octal | 377 | 143 | 47 | 0 | 75 | 125 | 0 | 21 | 144 | 72 |
| Binary | 11111111 | 1100011 | 100111 | 0 | 111101 | 1010101 | 0 | 10001 | 1100100 | 111010 |
Color Harmonies of #FF6327
Complementary color
Monochromatic Colors of #FF6327
Black with #FF6327
Text Example
Text Example
White with #FF6327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6327; }
p { color: rgb(255,99,39); }
H1.HeaderClassName
{
color: #FF6327;
}
.AnyTagClassName
{
color: #FF6327;
}
</style>
background-color css
<style>
a { background-color: #FF6327; }
a { background-color: rgb(255,99,39); }
div.DivClassName
{
background-color: #FF6327;
}
.BgClassName
{
background-color: #FF6327;
}
</style>
border-color css
<style>
span { border-color: #FF6327; }
span { border-color: rgb(255,99,39); }
td.TdClassName
{
border-color: #FF6327;
}
.TagClassName
{
border-color: #FF6327;
}
</style>