Shades of Outrageous Orange #F65A27
Tints of Outrageous Orange #F65A27
RGB
CMYK
RGB Variations
Color information
#F65A27 (or 0xF65A27) is known color: Outrageous Orange. HEX triplet: F6, 5A and 27. RGB value is (246,90,39). Sum of RGB (Red+Green+Blue) = 246+90+39=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A27 is #09A5D8. Grayscale: #838383. Windows color (decimal): -632281 or 2579190. OLE color: 2579190.
HSL color Cylindrical-coordinate representation of color #F65A27: hue angle of 14.78º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F65A27 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 39 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.04 |
| HSL | 14.78º | 0.92% | 0.56% | - |
| HSV(B) | 14.78º | 0.84% | 0.96% | - |
| XYZ | 42.03 | 27.05 | 4.93 | - |
| YUV | 130.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 39 | 0 | 0.63 | 0.84 | 0.04 | 14.78 | 0.92 | 0.56 |
| Hex | F6 | 5A | 27 | 0 | 3F | 54 | 4 | F | 5C | 38 |
| Octal | 366 | 132 | 47 | 0 | 77 | 124 | 4 | 17 | 134 | 70 |
| Binary | 11110110 | 1011010 | 100111 | 0 | 111111 | 1010100 | 100 | 1111 | 1011100 | 111000 |
Color Harmonies of #F65A27
Complementary color
Monochromatic Colors of #F65A27
Black with #F65A27
Text Example
Text Example
White with #F65A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A27; }
p { color: rgb(246,90,39); }
H1.HeaderClassName
{
color: #F65A27;
}
.AnyTagClassName
{
color: #F65A27;
}
</style>
background-color css
<style>
a { background-color: #F65A27; }
a { background-color: rgb(246,90,39); }
div.DivClassName
{
background-color: #F65A27;
}
.BgClassName
{
background-color: #F65A27;
}
</style>
border-color css
<style>
span { border-color: #F65A27; }
span { border-color: rgb(246,90,39); }
td.TdClassName
{
border-color: #F65A27;
}
.TagClassName
{
border-color: #F65A27;
}
</style>