Shades of Outrageous Orange #FF663A
Tints of Outrageous Orange #FF663A
RGB
CMYK
RGB Variations
Color information
#FF663A (or 0xFF663A) is known color: Outrageous Orange. HEX triplet: FF, 66 and 3A. RGB value is (255,102,58). Sum of RGB (Red+Green+Blue) = 255+102+58=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF663A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF663A is #0099C5. Grayscale: #8F8F8F. Windows color (decimal): -39366 or 3827455. OLE color: 3827455.
HSL color Cylindrical-coordinate representation of color #FF663A: hue angle of 13.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF663A is Cyan = 0, Magento = 0.6, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 58 | - |
| CMYK | 0 | 0.6 | 0.77 | 0 |
| HSL | 13.4º | 1% | 0.61% | - |
| HSV(B) | 13.4º | 0.77% | 1% | - |
| XYZ | 46.76 | 31.07 | 7.54 | - |
| YUV | 142.73 | 80.19 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 58 | 0 | 0.6 | 0.77 | 0 | 13.4 | 1 | 0.61 |
| Hex | FF | 66 | 3A | 0 | 3C | 4D | 0 | D | 64 | 3D |
| Octal | 377 | 146 | 72 | 0 | 74 | 115 | 0 | 15 | 144 | 75 |
| Binary | 11111111 | 1100110 | 111010 | 0 | 111100 | 1001101 | 0 | 1101 | 1100100 | 111101 |
Color Harmonies of #FF663A
Complementary color
Monochromatic Colors of #FF663A
Black with #FF663A
Text Example
Text Example
White with #FF663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF663A; }
p { color: rgb(255,102,58); }
H1.HeaderClassName
{
color: #FF663A;
}
.AnyTagClassName
{
color: #FF663A;
}
</style>
background-color css
<style>
a { background-color: #FF663A; }
a { background-color: rgb(255,102,58); }
div.DivClassName
{
background-color: #FF663A;
}
.BgClassName
{
background-color: #FF663A;
}
</style>
border-color css
<style>
span { border-color: #FF663A; }
span { border-color: rgb(255,102,58); }
td.TdClassName
{
border-color: #FF663A;
}
.TagClassName
{
border-color: #FF663A;
}
</style>