Shades of Outrageous Orange #F5663A
Tints of Outrageous Orange #F5663A
RGB
CMYK
RGB Variations
Color information
#F5663A (or 0xF5663A) is known color: Outrageous Orange. HEX triplet: F5, 66 and 3A. RGB value is (245,102,58). Sum of RGB (Red+Green+Blue) = 245+102+58=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5663A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5663A is #0A99C5. Grayscale: #8C8C8C. Windows color (decimal): -694726 or 3827445. OLE color: 3827445.
HSL color Cylindrical-coordinate representation of color #F5663A: hue angle of 14.12º 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 #F5663A is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 58 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.04 |
| HSL | 14.12º | 0.9% | 0.59% | - |
| HSV(B) | 14.12º | 0.76% | 0.96% | - |
| XYZ | 43.17 | 29.22 | 7.37 | - |
| YUV | 139.74 | 81.88 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 58 | 0 | 0.58 | 0.76 | 0.04 | 14.12 | 0.9 | 0.59 |
| Hex | F5 | 66 | 3A | 0 | 3A | 4C | 4 | E | 5A | 3B |
| Octal | 365 | 146 | 72 | 0 | 72 | 114 | 4 | 16 | 132 | 73 |
| Binary | 11110101 | 1100110 | 111010 | 0 | 111010 | 1001100 | 100 | 1110 | 1011010 | 111011 |
Color Harmonies of #F5663A
Complementary color
Monochromatic Colors of #F5663A
Black with #F5663A
Text Example
Text Example
White with #F5663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5663A; }
p { color: rgb(245,102,58); }
H1.HeaderClassName
{
color: #F5663A;
}
.AnyTagClassName
{
color: #F5663A;
}
</style>
background-color css
<style>
a { background-color: #F5663A; }
a { background-color: rgb(245,102,58); }
div.DivClassName
{
background-color: #F5663A;
}
.BgClassName
{
background-color: #F5663A;
}
</style>
border-color css
<style>
span { border-color: #F5663A; }
span { border-color: rgb(245,102,58); }
td.TdClassName
{
border-color: #F5663A;
}
.TagClassName
{
border-color: #F5663A;
}
</style>