Shades of Outrageous Orange #FF663D
Tints of Outrageous Orange #FF663D
RGB
CMYK
RGB Variations
Color information
#FF663D (or 0xFF663D) is known color: Outrageous Orange. HEX triplet: FF, 66 and 3D. RGB value is (255,102,61). Sum of RGB (Red+Green+Blue) = 255+102+61=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF663D is #0099C2. Grayscale: #8F8F8F. Windows color (decimal): -39363 or 4024063. OLE color: 4024063.
HSL color Cylindrical-coordinate representation of color #FF663D: hue angle of 12.68º 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 #FF663D is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 61 | - |
| CMYK | 0 | 0.6 | 0.76 | 0 |
| HSL | 12.68º | 1% | 0.62% | - |
| HSV(B) | 12.68º | 0.76% | 1% | - |
| XYZ | 46.83 | 31.1 | 7.95 | - |
| YUV | 143.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 61 | 0 | 0.6 | 0.76 | 0 | 12.68 | 1 | 0.62 |
| Hex | FF | 66 | 3D | 0 | 3C | 4C | 0 | D | 64 | 3E |
| Octal | 377 | 146 | 75 | 0 | 74 | 114 | 0 | 15 | 144 | 76 |
| Binary | 11111111 | 1100110 | 111101 | 0 | 111100 | 1001100 | 0 | 1101 | 1100100 | 111110 |
Color Harmonies of #FF663D
Complementary color
Monochromatic Colors of #FF663D
Black with #FF663D
Text Example
Text Example
White with #FF663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF663D; }
p { color: rgb(255,102,61); }
H1.HeaderClassName
{
color: #FF663D;
}
.AnyTagClassName
{
color: #FF663D;
}
</style>
background-color css
<style>
a { background-color: #FF663D; }
a { background-color: rgb(255,102,61); }
div.DivClassName
{
background-color: #FF663D;
}
.BgClassName
{
background-color: #FF663D;
}
</style>
border-color css
<style>
span { border-color: #FF663D; }
span { border-color: rgb(255,102,61); }
td.TdClassName
{
border-color: #FF663D;
}
.TagClassName
{
border-color: #FF663D;
}
</style>