Shades of Outrageous Orange #FF683D
Tints of Outrageous Orange #FF683D
RGB
CMYK
RGB Variations
Color information
#FF683D (or 0xFF683D) is known color: Outrageous Orange. HEX triplet: FF, 68 and 3D. RGB value is (255,104,61). Sum of RGB (Red+Green+Blue) = 255+104+61=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF683D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF683D is #0097C2. Grayscale: #909090. Windows color (decimal): -38851 or 4024575. OLE color: 4024575.
HSL color Cylindrical-coordinate representation of color #FF683D: hue angle of 13.3º 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 #FF683D is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 61 | - |
| CMYK | 0 | 0.59 | 0.76 | 0 |
| HSL | 13.3º | 1% | 0.62% | - |
| HSV(B) | 13.3º | 0.76% | 1% | - |
| XYZ | 47.03 | 31.5 | 8.02 | - |
| YUV | 144.25 | 81.03 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 61 | 0 | 0.59 | 0.76 | 0 | 13.3 | 1 | 0.62 |
| Hex | FF | 68 | 3D | 0 | 3B | 4C | 0 | D | 64 | 3E |
| Octal | 377 | 150 | 75 | 0 | 73 | 114 | 0 | 15 | 144 | 76 |
| Binary | 11111111 | 1101000 | 111101 | 0 | 111011 | 1001100 | 0 | 1101 | 1100100 | 111110 |
Color Harmonies of #FF683D
Complementary color
Monochromatic Colors of #FF683D
Black with #FF683D
Text Example
Text Example
White with #FF683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF683D; }
p { color: rgb(255,104,61); }
H1.HeaderClassName
{
color: #FF683D;
}
.AnyTagClassName
{
color: #FF683D;
}
</style>
background-color css
<style>
a { background-color: #FF683D; }
a { background-color: rgb(255,104,61); }
div.DivClassName
{
background-color: #FF683D;
}
.BgClassName
{
background-color: #FF683D;
}
</style>
border-color css
<style>
span { border-color: #FF683D; }
span { border-color: rgb(255,104,61); }
td.TdClassName
{
border-color: #FF683D;
}
.TagClassName
{
border-color: #FF683D;
}
</style>