Shades of Outrageous Orange #F5652F
Tints of Outrageous Orange #F5652F
RGB
CMYK
RGB Variations
Color information
#F5652F (or 0xF5652F) is known color: Outrageous Orange. HEX triplet: F5, 65 and 2F. RGB value is (245,101,47). Sum of RGB (Red+Green+Blue) = 245+101+47=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5652F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5652F is #0A9AD0. Grayscale: #8A8A8A. Windows color (decimal): -694993 or 3106293. OLE color: 3106293.
HSL color Cylindrical-coordinate representation of color #F5652F: hue angle of 16.36º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5652F is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 47 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.04 |
| HSL | 16.36º | 0.91% | 0.57% | - |
| HSV(B) | 16.36º | 0.81% | 0.96% | - |
| XYZ | 42.82 | 28.93 | 6.02 | - |
| YUV | 137.9 | 76.71 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 47 | 0 | 0.59 | 0.81 | 0.04 | 16.36 | 0.91 | 0.57 |
| Hex | F5 | 65 | 2F | 0 | 3B | 51 | 4 | 10 | 5B | 39 |
| Octal | 365 | 145 | 57 | 0 | 73 | 121 | 4 | 20 | 133 | 71 |
| Binary | 11110101 | 1100101 | 101111 | 0 | 111011 | 1010001 | 100 | 10000 | 1011011 | 111001 |
Color Harmonies of #F5652F
Complementary color
Monochromatic Colors of #F5652F
Black with #F5652F
Text Example
Text Example
White with #F5652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5652F; }
p { color: rgb(245,101,47); }
H1.HeaderClassName
{
color: #F5652F;
}
.AnyTagClassName
{
color: #F5652F;
}
</style>
background-color css
<style>
a { background-color: #F5652F; }
a { background-color: rgb(245,101,47); }
div.DivClassName
{
background-color: #F5652F;
}
.BgClassName
{
background-color: #F5652F;
}
</style>
border-color css
<style>
span { border-color: #F5652F; }
span { border-color: rgb(245,101,47); }
td.TdClassName
{
border-color: #F5652F;
}
.TagClassName
{
border-color: #F5652F;
}
</style>