Shades of Outrageous Orange #FF663B
Tints of Outrageous Orange #FF663B
RGB
CMYK
RGB Variations
Color information
#FF663B (or 0xFF663B) is known color: Outrageous Orange. HEX triplet: FF, 66 and 3B. RGB value is (255,102,59). Sum of RGB (Red+Green+Blue) = 255+102+59=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF663B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF663B is #0099C4. Grayscale: #8F8F8F. Windows color (decimal): -39365 or 3892991. OLE color: 3892991.
HSL color Cylindrical-coordinate representation of color #FF663B: hue angle of 13.16º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF663B is Cyan = 0, Magento = 0.6, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 59 | - |
| CMYK | 0 | 0.6 | 0.77 | 0 |
| HSL | 13.16º | 1% | 0.62% | - |
| HSV(B) | 13.16º | 0.77% | 1% | - |
| XYZ | 46.78 | 31.08 | 7.67 | - |
| YUV | 142.85 | 80.69 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 59 | 0 | 0.6 | 0.77 | 0 | 13.16 | 1 | 0.62 |
| Hex | FF | 66 | 3B | 0 | 3C | 4D | 0 | D | 64 | 3E |
| Octal | 377 | 146 | 73 | 0 | 74 | 115 | 0 | 15 | 144 | 76 |
| Binary | 11111111 | 1100110 | 111011 | 0 | 111100 | 1001101 | 0 | 1101 | 1100100 | 111110 |
Color Harmonies of #FF663B
Complementary color
Monochromatic Colors of #FF663B
Black with #FF663B
Text Example
Text Example
White with #FF663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF663B; }
p { color: rgb(255,102,59); }
H1.HeaderClassName
{
color: #FF663B;
}
.AnyTagClassName
{
color: #FF663B;
}
</style>
background-color css
<style>
a { background-color: #FF663B; }
a { background-color: rgb(255,102,59); }
div.DivClassName
{
background-color: #FF663B;
}
.BgClassName
{
background-color: #FF663B;
}
</style>
border-color css
<style>
span { border-color: #FF663B; }
span { border-color: rgb(255,102,59); }
td.TdClassName
{
border-color: #FF663B;
}
.TagClassName
{
border-color: #FF663B;
}
</style>