Shades of Outrageous Orange #FD683D
Tints of Outrageous Orange #FD683D
RGB
CMYK
RGB Variations
Color information
#FD683D (or 0xFD683D) is known color: Outrageous Orange. HEX triplet: FD, 68 and 3D. RGB value is (253,104,61). Sum of RGB (Red+Green+Blue) = 253+104+61=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD683D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD683D is #0297C2. Grayscale: #8F8F8F. Windows color (decimal): -169923 or 4024573. OLE color: 4024573.
HSL color Cylindrical-coordinate representation of color #FD683D: hue angle of 13.44º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD683D is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 61 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.01 |
| HSL | 13.44º | 0.98% | 0.62% | - |
| HSV(B) | 13.44º | 0.76% | 0.99% | - |
| XYZ | 46.3 | 31.12 | 7.98 | - |
| YUV | 143.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 61 | 0 | 0.59 | 0.76 | 0.01 | 13.44 | 0.98 | 0.62 |
| Hex | FD | 68 | 3D | 0 | 3B | 4C | 1 | D | 62 | 3E |
| Octal | 375 | 150 | 75 | 0 | 73 | 114 | 1 | 15 | 142 | 76 |
| Binary | 11111101 | 1101000 | 111101 | 0 | 111011 | 1001100 | 1 | 1101 | 1100010 | 111110 |
Color Harmonies of #FD683D
Complementary color
Monochromatic Colors of #FD683D
Black with #FD683D
Text Example
Text Example
White with #FD683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD683D; }
p { color: rgb(253,104,61); }
H1.HeaderClassName
{
color: #FD683D;
}
.AnyTagClassName
{
color: #FD683D;
}
</style>
background-color css
<style>
a { background-color: #FD683D; }
a { background-color: rgb(253,104,61); }
div.DivClassName
{
background-color: #FD683D;
}
.BgClassName
{
background-color: #FD683D;
}
</style>
border-color css
<style>
span { border-color: #FD683D; }
span { border-color: rgb(253,104,61); }
td.TdClassName
{
border-color: #FD683D;
}
.TagClassName
{
border-color: #FD683D;
}
</style>