Shades of Outrageous Orange #F56438
Tints of Outrageous Orange #F56438
RGB
CMYK
RGB Variations
Color information
#F56438 (or 0xF56438) is known color: Outrageous Orange. HEX triplet: F5, 64 and 38. RGB value is (245,100,56). Sum of RGB (Red+Green+Blue) = 245+100+56=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F56438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56438 is #0A9BC7. Grayscale: #8A8A8A. Windows color (decimal): -695240 or 3695861. OLE color: 3695861.
HSL color Cylindrical-coordinate representation of color #F56438: hue angle of 13.97º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F56438 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 56 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.04 |
| HSL | 13.97º | 0.9% | 0.59% | - |
| HSV(B) | 13.97º | 0.77% | 0.96% | - |
| XYZ | 42.93 | 28.81 | 7.04 | - |
| YUV | 138.34 | 81.54 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 56 | 0 | 0.59 | 0.77 | 0.04 | 13.97 | 0.9 | 0.59 |
| Hex | F5 | 64 | 38 | 0 | 3B | 4D | 4 | E | 5A | 3B |
| Octal | 365 | 144 | 70 | 0 | 73 | 115 | 4 | 16 | 132 | 73 |
| Binary | 11110101 | 1100100 | 111000 | 0 | 111011 | 1001101 | 100 | 1110 | 1011010 | 111011 |
Color Harmonies of #F56438
Complementary color
Monochromatic Colors of #F56438
Black with #F56438
Text Example
Text Example
White with #F56438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56438; }
p { color: rgb(245,100,56); }
H1.HeaderClassName
{
color: #F56438;
}
.AnyTagClassName
{
color: #F56438;
}
</style>
background-color css
<style>
a { background-color: #F56438; }
a { background-color: rgb(245,100,56); }
div.DivClassName
{
background-color: #F56438;
}
.BgClassName
{
background-color: #F56438;
}
</style>
border-color css
<style>
span { border-color: #F56438; }
span { border-color: rgb(245,100,56); }
td.TdClassName
{
border-color: #F56438;
}
.TagClassName
{
border-color: #F56438;
}
</style>