Shades of Outrageous Orange #F5693C
Tints of Outrageous Orange #F5693C
RGB
CMYK
RGB Variations
Color information
#F5693C (or 0xF5693C) is known color: Outrageous Orange. HEX triplet: F5, 69 and 3C. RGB value is (245,105,60). Sum of RGB (Red+Green+Blue) = 245+105+60=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F5693C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5693C is #0A96C3. Grayscale: #8E8E8E. Windows color (decimal): -693956 or 3959285. OLE color: 3959285.
HSL color Cylindrical-coordinate representation of color #F5693C: hue angle of 14.59º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5693C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 60 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.04 |
| HSL | 14.59º | 0.9% | 0.6% | - |
| HSV(B) | 14.59º | 0.76% | 0.96% | - |
| XYZ | 43.52 | 29.84 | 7.74 | - |
| YUV | 141.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 60 | 0 | 0.57 | 0.76 | 0.04 | 14.59 | 0.9 | 0.6 |
| Hex | F5 | 69 | 3C | 0 | 39 | 4C | 4 | F | 5A | 3C |
| Octal | 365 | 151 | 74 | 0 | 71 | 114 | 4 | 17 | 132 | 74 |
| Binary | 11110101 | 1101001 | 111100 | 0 | 111001 | 1001100 | 100 | 1111 | 1011010 | 111100 |
Color Harmonies of #F5693C
Complementary color
Monochromatic Colors of #F5693C
Black with #F5693C
Text Example
Text Example
White with #F5693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5693C; }
p { color: rgb(245,105,60); }
H1.HeaderClassName
{
color: #F5693C;
}
.AnyTagClassName
{
color: #F5693C;
}
</style>
background-color css
<style>
a { background-color: #F5693C; }
a { background-color: rgb(245,105,60); }
div.DivClassName
{
background-color: #F5693C;
}
.BgClassName
{
background-color: #F5693C;
}
</style>
border-color css
<style>
span { border-color: #F5693C; }
span { border-color: rgb(245,105,60); }
td.TdClassName
{
border-color: #F5693C;
}
.TagClassName
{
border-color: #F5693C;
}
</style>