Shades of Outrageous Orange #F65C28
Tints of Outrageous Orange #F65C28
RGB
CMYK
RGB Variations
Color information
#F65C28 (or 0xF65C28) is known color: Outrageous Orange. HEX triplet: F6, 5C and 28. RGB value is (246,92,40). Sum of RGB (Red+Green+Blue) = 246+92+40=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65C28 is #09A3D7. Grayscale: #848484. Windows color (decimal): -631768 or 2645238. OLE color: 2645238.
HSL color Cylindrical-coordinate representation of color #F65C28: hue angle of 15.15º 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 #F65C28 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 40 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.04 |
| HSL | 15.15º | 0.92% | 0.56% | - |
| HSV(B) | 15.15º | 0.84% | 0.96% | - |
| XYZ | 42.22 | 27.4 | 5.07 | - |
| YUV | 132.12 | 76.02 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 40 | 0 | 0.63 | 0.84 | 0.04 | 15.15 | 0.92 | 0.56 |
| Hex | F6 | 5C | 28 | 0 | 3F | 54 | 4 | F | 5C | 38 |
| Octal | 366 | 134 | 50 | 0 | 77 | 124 | 4 | 17 | 134 | 70 |
| Binary | 11110110 | 1011100 | 101000 | 0 | 111111 | 1010100 | 100 | 1111 | 1011100 | 111000 |
Color Harmonies of #F65C28
Complementary color
Monochromatic Colors of #F65C28
Black with #F65C28
Text Example
Text Example
White with #F65C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C28; }
p { color: rgb(246,92,40); }
H1.HeaderClassName
{
color: #F65C28;
}
.AnyTagClassName
{
color: #F65C28;
}
</style>
background-color css
<style>
a { background-color: #F65C28; }
a { background-color: rgb(246,92,40); }
div.DivClassName
{
background-color: #F65C28;
}
.BgClassName
{
background-color: #F65C28;
}
</style>
border-color css
<style>
span { border-color: #F65C28; }
span { border-color: rgb(246,92,40); }
td.TdClassName
{
border-color: #F65C28;
}
.TagClassName
{
border-color: #F65C28;
}
</style>