Shades of Outrageous Orange #F56534
Tints of Outrageous Orange #F56534
RGB
CMYK
RGB Variations
Color information
#F56534 (or 0xF56534) is known color: Outrageous Orange. HEX triplet: F5, 65 and 34. RGB value is (245,101,52). Sum of RGB (Red+Green+Blue) = 245+101+52=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F56534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56534 is #0A9ACB. Grayscale: #8A8A8A. Windows color (decimal): -694988 or 3433973. OLE color: 3433973.
HSL color Cylindrical-coordinate representation of color #F56534: hue angle of 15.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F56534 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 52 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.04 |
| HSL | 15.23º | 0.91% | 0.58% | - |
| HSV(B) | 15.23º | 0.79% | 0.96% | - |
| XYZ | 42.93 | 28.97 | 6.58 | - |
| YUV | 138.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 52 | 0 | 0.59 | 0.79 | 0.04 | 15.23 | 0.91 | 0.58 |
| Hex | F5 | 65 | 34 | 0 | 3B | 4F | 4 | F | 5B | 3A |
| Octal | 365 | 145 | 64 | 0 | 73 | 117 | 4 | 17 | 133 | 72 |
| Binary | 11110101 | 1100101 | 110100 | 0 | 111011 | 1001111 | 100 | 1111 | 1011011 | 111010 |
Color Harmonies of #F56534
Complementary color
Monochromatic Colors of #F56534
Black with #F56534
Text Example
Text Example
White with #F56534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56534; }
p { color: rgb(245,101,52); }
H1.HeaderClassName
{
color: #F56534;
}
.AnyTagClassName
{
color: #F56534;
}
</style>
background-color css
<style>
a { background-color: #F56534; }
a { background-color: rgb(245,101,52); }
div.DivClassName
{
background-color: #F56534;
}
.BgClassName
{
background-color: #F56534;
}
</style>
border-color css
<style>
span { border-color: #F56534; }
span { border-color: rgb(245,101,52); }
td.TdClassName
{
border-color: #F56534;
}
.TagClassName
{
border-color: #F56534;
}
</style>