Shades of Outrageous Orange #F5643A
Tints of Outrageous Orange #F5643A
RGB
CMYK
RGB Variations
Color information
#F5643A (or 0xF5643A) is known color: Outrageous Orange. HEX triplet: F5, 64 and 3A. RGB value is (245,100,58). Sum of RGB (Red+Green+Blue) = 245+100+58=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5643A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5643A is #0A9BC5. Grayscale: #8A8A8A. Windows color (decimal): -695238 or 3826933. OLE color: 3826933.
HSL color Cylindrical-coordinate representation of color #F5643A: hue angle of 13.48º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5643A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 58 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.04 |
| HSL | 13.48º | 0.9% | 0.59% | - |
| HSV(B) | 13.48º | 0.76% | 0.96% | - |
| XYZ | 42.98 | 28.83 | 7.3 | - |
| YUV | 138.57 | 82.54 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 58 | 0 | 0.59 | 0.76 | 0.04 | 13.48 | 0.9 | 0.59 |
| Hex | F5 | 64 | 3A | 0 | 3B | 4C | 4 | D | 5A | 3B |
| Octal | 365 | 144 | 72 | 0 | 73 | 114 | 4 | 15 | 132 | 73 |
| Binary | 11110101 | 1100100 | 111010 | 0 | 111011 | 1001100 | 100 | 1101 | 1011010 | 111011 |
Color Harmonies of #F5643A
Complementary color
Monochromatic Colors of #F5643A
Black with #F5643A
Text Example
Text Example
White with #F5643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5643A; }
p { color: rgb(245,100,58); }
H1.HeaderClassName
{
color: #F5643A;
}
.AnyTagClassName
{
color: #F5643A;
}
</style>
background-color css
<style>
a { background-color: #F5643A; }
a { background-color: rgb(245,100,58); }
div.DivClassName
{
background-color: #F5643A;
}
.BgClassName
{
background-color: #F5643A;
}
</style>
border-color css
<style>
span { border-color: #F5643A; }
span { border-color: rgb(245,100,58); }
td.TdClassName
{
border-color: #F5643A;
}
.TagClassName
{
border-color: #F5643A;
}
</style>