Shades of Outrageous Orange #F75A25
Tints of Outrageous Orange #F75A25
RGB
CMYK
RGB Variations
Color information
#F75A25 (or 0xF75A25) is known color: Outrageous Orange. HEX triplet: F7, 5A and 25. RGB value is (247,90,37). Sum of RGB (Red+Green+Blue) = 247+90+37=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A25 is #08A5DA. Grayscale: #838383. Windows color (decimal): -566747 or 2448119. OLE color: 2448119.
HSL color Cylindrical-coordinate representation of color #F75A25: hue angle of 15.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F75A25 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 37 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.03 |
| HSL | 15.14º | 0.93% | 0.56% | - |
| HSV(B) | 15.14º | 0.85% | 0.97% | - |
| XYZ | 42.35 | 27.22 | 4.77 | - |
| YUV | 130.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 37 | 0 | 0.64 | 0.85 | 0.03 | 15.14 | 0.93 | 0.56 |
| Hex | F7 | 5A | 25 | 0 | 40 | 55 | 3 | F | 5D | 38 |
| Octal | 367 | 132 | 45 | 0 | 100 | 125 | 3 | 17 | 135 | 70 |
| Binary | 11110111 | 1011010 | 100101 | 0 | 1000000 | 1010101 | 11 | 1111 | 1011101 | 111000 |
Color Harmonies of #F75A25
Complementary color
Monochromatic Colors of #F75A25
Black with #F75A25
Text Example
Text Example
White with #F75A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A25; }
p { color: rgb(247,90,37); }
H1.HeaderClassName
{
color: #F75A25;
}
.AnyTagClassName
{
color: #F75A25;
}
</style>
background-color css
<style>
a { background-color: #F75A25; }
a { background-color: rgb(247,90,37); }
div.DivClassName
{
background-color: #F75A25;
}
.BgClassName
{
background-color: #F75A25;
}
</style>
border-color css
<style>
span { border-color: #F75A25; }
span { border-color: rgb(247,90,37); }
td.TdClassName
{
border-color: #F75A25;
}
.TagClassName
{
border-color: #F75A25;
}
</style>