Shades of Outrageous Orange #F95E25
Tints of Outrageous Orange #F95E25
RGB
CMYK
RGB Variations
Color information
#F95E25 (or 0xF95E25) is known color: Outrageous Orange. HEX triplet: F9, 5E and 25. RGB value is (249,94,37). Sum of RGB (Red+Green+Blue) = 249+94+37=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95E25 is #06A1DA. Grayscale: #868686. Windows color (decimal): -434651 or 2449145. OLE color: 2449145.
HSL color Cylindrical-coordinate representation of color #F95E25: hue angle of 16.13º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F95E25 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 37 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.02 |
| HSL | 16.13º | 0.95% | 0.56% | - |
| HSV(B) | 16.13º | 0.85% | 0.98% | - |
| XYZ | 43.4 | 28.28 | 4.92 | - |
| YUV | 133.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 37 | 0 | 0.62 | 0.85 | 0.02 | 16.13 | 0.95 | 0.56 |
| Hex | F9 | 5E | 25 | 0 | 3E | 55 | 2 | 10 | 5F | 38 |
| Octal | 371 | 136 | 45 | 0 | 76 | 125 | 2 | 20 | 137 | 70 |
| Binary | 11111001 | 1011110 | 100101 | 0 | 111110 | 1010101 | 10 | 10000 | 1011111 | 111000 |
Color Harmonies of #F95E25
Complementary color
Monochromatic Colors of #F95E25
Black with #F95E25
Text Example
Text Example
White with #F95E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95E25; }
p { color: rgb(249,94,37); }
H1.HeaderClassName
{
color: #F95E25;
}
.AnyTagClassName
{
color: #F95E25;
}
</style>
background-color css
<style>
a { background-color: #F95E25; }
a { background-color: rgb(249,94,37); }
div.DivClassName
{
background-color: #F95E25;
}
.BgClassName
{
background-color: #F95E25;
}
</style>
border-color css
<style>
span { border-color: #F95E25; }
span { border-color: rgb(249,94,37); }
td.TdClassName
{
border-color: #F95E25;
}
.TagClassName
{
border-color: #F95E25;
}
</style>