Shades of Outrageous Orange #F5683D
Tints of Outrageous Orange #F5683D
RGB
CMYK
RGB Variations
Color information
#F5683D (or 0xF5683D) is known color: Outrageous Orange. HEX triplet: F5, 68 and 3D. RGB value is (245,104,61). Sum of RGB (Red+Green+Blue) = 245+104+61=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F5683D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5683D is #0A97C2. Grayscale: #8D8D8D. Windows color (decimal): -694211 or 4024565. OLE color: 4024565.
HSL color Cylindrical-coordinate representation of color #F5683D: hue angle of 14.02º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5683D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 61 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.04 |
| HSL | 14.02º | 0.9% | 0.6% | - |
| HSV(B) | 14.02º | 0.75% | 0.96% | - |
| XYZ | 43.45 | 29.65 | 7.85 | - |
| YUV | 141.26 | 82.71 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 61 | 0 | 0.58 | 0.75 | 0.04 | 14.02 | 0.9 | 0.6 |
| Hex | F5 | 68 | 3D | 0 | 3A | 4B | 4 | E | 5A | 3C |
| Octal | 365 | 150 | 75 | 0 | 72 | 113 | 4 | 16 | 132 | 74 |
| Binary | 11110101 | 1101000 | 111101 | 0 | 111010 | 1001011 | 100 | 1110 | 1011010 | 111100 |
Color Harmonies of #F5683D
Complementary color
Monochromatic Colors of #F5683D
Black with #F5683D
Text Example
Text Example
White with #F5683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5683D; }
p { color: rgb(245,104,61); }
H1.HeaderClassName
{
color: #F5683D;
}
.AnyTagClassName
{
color: #F5683D;
}
</style>
background-color css
<style>
a { background-color: #F5683D; }
a { background-color: rgb(245,104,61); }
div.DivClassName
{
background-color: #F5683D;
}
.BgClassName
{
background-color: #F5683D;
}
</style>
border-color css
<style>
span { border-color: #F5683D; }
span { border-color: rgb(245,104,61); }
td.TdClassName
{
border-color: #F5683D;
}
.TagClassName
{
border-color: #F5683D;
}
</style>