Shades of Outrageous Orange #F56338
Tints of Outrageous Orange #F56338
RGB
CMYK
RGB Variations
Color information
#F56338 (or 0xF56338) is known color: Outrageous Orange. HEX triplet: F5, 63 and 38. RGB value is (245,99,56). Sum of RGB (Red+Green+Blue) = 245+99+56=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F56338 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56338 is #0A9CC7. Grayscale: #8A8A8A. Windows color (decimal): -695496 or 3695605. OLE color: 3695605.
HSL color Cylindrical-coordinate representation of color #F56338: hue angle of 13.65º 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 #F56338 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 56 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.04 |
| HSL | 13.65º | 0.9% | 0.59% | - |
| HSV(B) | 13.65º | 0.77% | 0.96% | - |
| XYZ | 42.83 | 28.62 | 7.01 | - |
| YUV | 137.75 | 81.87 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 56 | 0 | 0.60 | 0.77 | 0.04 | 13.65 | 0.9 | 0.59 |
| Hex | F5 | 63 | 38 | 0 | 3C | 4D | 4 | E | 5A | 3B |
| Octal | 365 | 143 | 70 | 0 | 74 | 115 | 4 | 16 | 132 | 73 |
| Binary | 11110101 | 1100011 | 111000 | 0 | 111100 | 1001101 | 100 | 1110 | 1011010 | 111011 |
Color Harmonies of #F56338
Complementary color
Monochromatic Colors of #F56338
Black with #F56338
Text Example
Text Example
White with #F56338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56338; }
p { color: rgb(245,99,56); }
H1.HeaderClassName
{
color: #F56338;
}
.AnyTagClassName
{
color: #F56338;
}
</style>
background-color css
<style>
a { background-color: #F56338; }
a { background-color: rgb(245,99,56); }
div.DivClassName
{
background-color: #F56338;
}
.BgClassName
{
background-color: #F56338;
}
</style>
border-color css
<style>
span { border-color: #F56338; }
span { border-color: rgb(245,99,56); }
td.TdClassName
{
border-color: #F56338;
}
.TagClassName
{
border-color: #F56338;
}
</style>