Shades of Outrageous Orange #F65A25
Tints of Outrageous Orange #F65A25
RGB
CMYK
RGB Variations
Color information
#F65A25 (or 0xF65A25) is known color: Outrageous Orange. HEX triplet: F6, 5A and 25. RGB value is (246,90,37). Sum of RGB (Red+Green+Blue) = 246+90+37=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A25 is #09A5DA. Grayscale: #828282. Windows color (decimal): -632283 or 2448118. OLE color: 2448118.
HSL color Cylindrical-coordinate representation of color #F65A25: hue angle of 15.22º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F65A25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 37 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.04 |
| HSL | 15.22º | 0.92% | 0.55% | - |
| HSV(B) | 15.22º | 0.85% | 0.96% | - |
| XYZ | 42 | 27.04 | 4.76 | - |
| YUV | 130.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 37 | 0 | 0.63 | 0.85 | 0.04 | 15.22 | 0.92 | 0.55 |
| Hex | F6 | 5A | 25 | 0 | 3F | 55 | 4 | F | 5C | 37 |
| Octal | 366 | 132 | 45 | 0 | 77 | 125 | 4 | 17 | 134 | 67 |
| Binary | 11110110 | 1011010 | 100101 | 0 | 111111 | 1010101 | 100 | 1111 | 1011100 | 110111 |
Color Harmonies of #F65A25
Complementary color
Monochromatic Colors of #F65A25
Black with #F65A25
Text Example
Text Example
White with #F65A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A25; }
p { color: rgb(246,90,37); }
H1.HeaderClassName
{
color: #F65A25;
}
.AnyTagClassName
{
color: #F65A25;
}
</style>
background-color css
<style>
a { background-color: #F65A25; }
a { background-color: rgb(246,90,37); }
div.DivClassName
{
background-color: #F65A25;
}
.BgClassName
{
background-color: #F65A25;
}
</style>
border-color css
<style>
span { border-color: #F65A25; }
span { border-color: rgb(246,90,37); }
td.TdClassName
{
border-color: #F65A25;
}
.TagClassName
{
border-color: #F65A25;
}
</style>