Shades of Outrageous Orange #F95D25
Tints of Outrageous Orange #F95D25
RGB
CMYK
RGB Variations
Color information
#F95D25 (or 0xF95D25) is known color: Outrageous Orange. HEX triplet: F9, 5D and 25. RGB value is (249,93,37). Sum of RGB (Red+Green+Blue) = 249+93+37=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95D25 is #06A2DA. Grayscale: #858585. Windows color (decimal): -434907 or 2448889. OLE color: 2448889.
HSL color Cylindrical-coordinate representation of color #F95D25: hue angle of 15.85º 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 #F95D25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 37 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.02 |
| HSL | 15.85º | 0.95% | 0.56% | - |
| HSV(B) | 15.85º | 0.85% | 0.98% | - |
| XYZ | 43.32 | 28.1 | 4.89 | - |
| YUV | 133.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 37 | 0 | 0.63 | 0.85 | 0.02 | 15.85 | 0.95 | 0.56 |
| Hex | F9 | 5D | 25 | 0 | 3F | 55 | 2 | 10 | 5F | 38 |
| Octal | 371 | 135 | 45 | 0 | 77 | 125 | 2 | 20 | 137 | 70 |
| Binary | 11111001 | 1011101 | 100101 | 0 | 111111 | 1010101 | 10 | 10000 | 1011111 | 111000 |
Color Harmonies of #F95D25
Complementary color
Monochromatic Colors of #F95D25
Black with #F95D25
Text Example
Text Example
White with #F95D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95D25; }
p { color: rgb(249,93,37); }
H1.HeaderClassName
{
color: #F95D25;
}
.AnyTagClassName
{
color: #F95D25;
}
</style>
background-color css
<style>
a { background-color: #F95D25; }
a { background-color: rgb(249,93,37); }
div.DivClassName
{
background-color: #F95D25;
}
.BgClassName
{
background-color: #F95D25;
}
</style>
border-color css
<style>
span { border-color: #F95D25; }
span { border-color: rgb(249,93,37); }
td.TdClassName
{
border-color: #F95D25;
}
.TagClassName
{
border-color: #F95D25;
}
</style>