Shades of Outrageous Orange #FF683C
Tints of Outrageous Orange #FF683C
RGB
CMYK
RGB Variations
Color information
#FF683C (or 0xFF683C) is known color: Outrageous Orange. HEX triplet: FF, 68 and 3C. RGB value is (255,104,60). Sum of RGB (Red+Green+Blue) = 255+104+60=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF683C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF683C is #0097C3. Grayscale: #909090. Windows color (decimal): -38852 or 3959039. OLE color: 3959039.
HSL color Cylindrical-coordinate representation of color #FF683C: hue angle of 13.54º 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 #FF683C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 60 | - |
| CMYK | 0 | 0.59 | 0.76 | 0 |
| HSL | 13.54º | 1% | 0.62% | - |
| HSV(B) | 13.54º | 0.76% | 1% | - |
| XYZ | 47.01 | 31.49 | 7.88 | - |
| YUV | 144.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 60 | 0 | 0.59 | 0.76 | 0 | 13.54 | 1 | 0.62 |
| Hex | FF | 68 | 3C | 0 | 3B | 4C | 0 | E | 64 | 3E |
| Octal | 377 | 150 | 74 | 0 | 73 | 114 | 0 | 16 | 144 | 76 |
| Binary | 11111111 | 1101000 | 111100 | 0 | 111011 | 1001100 | 0 | 1110 | 1100100 | 111110 |
Color Harmonies of #FF683C
Complementary color
Monochromatic Colors of #FF683C
Black with #FF683C
Text Example
Text Example
White with #FF683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF683C; }
p { color: rgb(255,104,60); }
H1.HeaderClassName
{
color: #FF683C;
}
.AnyTagClassName
{
color: #FF683C;
}
</style>
background-color css
<style>
a { background-color: #FF683C; }
a { background-color: rgb(255,104,60); }
div.DivClassName
{
background-color: #FF683C;
}
.BgClassName
{
background-color: #FF683C;
}
</style>
border-color css
<style>
span { border-color: #FF683C; }
span { border-color: rgb(255,104,60); }
td.TdClassName
{
border-color: #FF683C;
}
.TagClassName
{
border-color: #FF683C;
}
</style>