Shades of Outrageous Orange #FF653C
Tints of Outrageous Orange #FF653C
RGB
CMYK
RGB Variations
Color information
#FF653C (or 0xFF653C) is known color: Outrageous Orange. HEX triplet: FF, 65 and 3C. RGB value is (255,101,60). Sum of RGB (Red+Green+Blue) = 255+101+60=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF653C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF653C is #009AC3. Grayscale: #8E8E8E. Windows color (decimal): -39620 or 3958271. OLE color: 3958271.
HSL color Cylindrical-coordinate representation of color #FF653C: hue angle of 12.62º 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 #FF653C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 60 | - |
| CMYK | 0 | 0.60 | 0.76 | 0 |
| HSL | 12.62º | 1% | 0.62% | - |
| HSV(B) | 12.62º | 0.76% | 1% | - |
| XYZ | 46.71 | 30.89 | 7.78 | - |
| YUV | 142.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 60 | 0 | 0.60 | 0.76 | 0 | 12.62 | 1 | 0.62 |
| Hex | FF | 65 | 3C | 0 | 3C | 4C | 0 | D | 64 | 3E |
| Octal | 377 | 145 | 74 | 0 | 74 | 114 | 0 | 15 | 144 | 76 |
| Binary | 11111111 | 1100101 | 111100 | 0 | 111100 | 1001100 | 0 | 1101 | 1100100 | 111110 |
Color Harmonies of #FF653C
Complementary color
Monochromatic Colors of #FF653C
Black with #FF653C
Text Example
Text Example
White with #FF653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF653C; }
p { color: rgb(255,101,60); }
H1.HeaderClassName
{
color: #FF653C;
}
.AnyTagClassName
{
color: #FF653C;
}
</style>
background-color css
<style>
a { background-color: #FF653C; }
a { background-color: rgb(255,101,60); }
div.DivClassName
{
background-color: #FF653C;
}
.BgClassName
{
background-color: #FF653C;
}
</style>
border-color css
<style>
span { border-color: #FF653C; }
span { border-color: rgb(255,101,60); }
td.TdClassName
{
border-color: #FF653C;
}
.TagClassName
{
border-color: #FF653C;
}
</style>