Shades of Outrageous Orange #F5623D
Tints of Outrageous Orange #F5623D
RGB
CMYK
RGB Variations
Color information
#F5623D (or 0xF5623D) is known color: Outrageous Orange. HEX triplet: F5, 62 and 3D. RGB value is (245,98,61). Sum of RGB (Red+Green+Blue) = 245+98+61=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5623D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5623D is #0A9DC2. Grayscale: #8A8A8A. Windows color (decimal): -695747 or 4023029. OLE color: 4023029.
HSL color Cylindrical-coordinate representation of color #F5623D: hue angle of 12.07º 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 #F5623D is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 61 | - |
| CMYK | 0 | 0.6 | 0.75 | 0.04 |
| HSL | 12.07º | 0.9% | 0.6% | - |
| HSV(B) | 12.07º | 0.75% | 0.96% | - |
| XYZ | 42.87 | 28.48 | 7.65 | - |
| YUV | 137.74 | 84.7 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 61 | 0 | 0.6 | 0.75 | 0.04 | 12.07 | 0.9 | 0.6 |
| Hex | F5 | 62 | 3D | 0 | 3C | 4B | 4 | C | 5A | 3C |
| Octal | 365 | 142 | 75 | 0 | 74 | 113 | 4 | 14 | 132 | 74 |
| Binary | 11110101 | 1100010 | 111101 | 0 | 111100 | 1001011 | 100 | 1100 | 1011010 | 111100 |
Color Harmonies of #F5623D
Complementary color
Monochromatic Colors of #F5623D
Black with #F5623D
Text Example
Text Example
White with #F5623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5623D; }
p { color: rgb(245,98,61); }
H1.HeaderClassName
{
color: #F5623D;
}
.AnyTagClassName
{
color: #F5623D;
}
</style>
background-color css
<style>
a { background-color: #F5623D; }
a { background-color: rgb(245,98,61); }
div.DivClassName
{
background-color: #F5623D;
}
.BgClassName
{
background-color: #F5623D;
}
</style>
border-color css
<style>
span { border-color: #F5623D; }
span { border-color: rgb(245,98,61); }
td.TdClassName
{
border-color: #F5623D;
}
.TagClassName
{
border-color: #F5623D;
}
</style>