Shades of Outrageous Orange #FF683B
Tints of Outrageous Orange #FF683B
RGB
CMYK
RGB Variations
Color information
#FF683B (or 0xFF683B) is known color: Outrageous Orange. HEX triplet: FF, 68 and 3B. RGB value is (255,104,59). Sum of RGB (Red+Green+Blue) = 255+104+59=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF683B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF683B is #0097C4. Grayscale: #909090. Windows color (decimal): -38853 or 3893503. OLE color: 3893503.
HSL color Cylindrical-coordinate representation of color #FF683B: hue angle of 13.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF683B is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 59 | - |
| CMYK | 0 | 0.59 | 0.77 | 0 |
| HSL | 13.78º | 1% | 0.62% | - |
| HSV(B) | 13.78º | 0.77% | 1% | - |
| XYZ | 46.98 | 31.48 | 7.74 | - |
| YUV | 144.02 | 80.03 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 59 | 0 | 0.59 | 0.77 | 0 | 13.78 | 1 | 0.62 |
| Hex | FF | 68 | 3B | 0 | 3B | 4D | 0 | E | 64 | 3E |
| Octal | 377 | 150 | 73 | 0 | 73 | 115 | 0 | 16 | 144 | 76 |
| Binary | 11111111 | 1101000 | 111011 | 0 | 111011 | 1001101 | 0 | 1110 | 1100100 | 111110 |
Color Harmonies of #FF683B
Complementary color
Monochromatic Colors of #FF683B
Black with #FF683B
Text Example
Text Example
White with #FF683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF683B; }
p { color: rgb(255,104,59); }
H1.HeaderClassName
{
color: #FF683B;
}
.AnyTagClassName
{
color: #FF683B;
}
</style>
background-color css
<style>
a { background-color: #FF683B; }
a { background-color: rgb(255,104,59); }
div.DivClassName
{
background-color: #FF683B;
}
.BgClassName
{
background-color: #FF683B;
}
</style>
border-color css
<style>
span { border-color: #FF683B; }
span { border-color: rgb(255,104,59); }
td.TdClassName
{
border-color: #FF683B;
}
.TagClassName
{
border-color: #FF683B;
}
</style>