Shades of Outrageous Orange #FF663E
Tints of Outrageous Orange #FF663E
RGB
CMYK
RGB Variations
Color information
#FF663E (or 0xFF663E) is known color: Outrageous Orange. HEX triplet: FF, 66 and 3E. RGB value is (255,102,62). Sum of RGB (Red+Green+Blue) = 255+102+62=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF663E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF663E is #0099C1. Grayscale: #8F8F8F. Windows color (decimal): -39362 or 4089599. OLE color: 4089599.
HSL color Cylindrical-coordinate representation of color #FF663E: hue angle of 12.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF663E is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 62 | - |
| CMYK | 0 | 0.6 | 0.76 | 0 |
| HSL | 12.44º | 1% | 0.62% | - |
| HSV(B) | 12.44º | 0.76% | 1% | - |
| XYZ | 46.86 | 31.11 | 8.09 | - |
| YUV | 143.19 | 82.19 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 62 | 0 | 0.6 | 0.76 | 0 | 12.44 | 1 | 0.62 |
| Hex | FF | 66 | 3E | 0 | 3C | 4C | 0 | C | 64 | 3E |
| Octal | 377 | 146 | 76 | 0 | 74 | 114 | 0 | 14 | 144 | 76 |
| Binary | 11111111 | 1100110 | 111110 | 0 | 111100 | 1001100 | 0 | 1100 | 1100100 | 111110 |
Color Harmonies of #FF663E
Complementary color
Monochromatic Colors of #FF663E
Black with #FF663E
Text Example
Text Example
White with #FF663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF663E; }
p { color: rgb(255,102,62); }
H1.HeaderClassName
{
color: #FF663E;
}
.AnyTagClassName
{
color: #FF663E;
}
</style>
background-color css
<style>
a { background-color: #FF663E; }
a { background-color: rgb(255,102,62); }
div.DivClassName
{
background-color: #FF663E;
}
.BgClassName
{
background-color: #FF663E;
}
</style>
border-color css
<style>
span { border-color: #FF663E; }
span { border-color: rgb(255,102,62); }
td.TdClassName
{
border-color: #FF663E;
}
.TagClassName
{
border-color: #FF663E;
}
</style>