Shades of Outrageous Orange #F75A1C
Tints of Outrageous Orange #F75A1C
RGB
CMYK
RGB Variations
Color information
#F75A1C (or 0xF75A1C) is known color: Outrageous Orange. HEX triplet: F7, 5A and 1C. RGB value is (247,90,28). Sum of RGB (Red+Green+Blue) = 247+90+28=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A1C is #08A5E3. Grayscale: #828282. Windows color (decimal): -566756 or 1858295. OLE color: 1858295.
HSL color Cylindrical-coordinate representation of color #F75A1C: hue angle of 16.99º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F75A1C is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 28 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.03 |
| HSL | 16.99º | 0.93% | 0.54% | - |
| HSV(B) | 16.99º | 0.89% | 0.97% | - |
| XYZ | 42.22 | 27.17 | 4.12 | - |
| YUV | 129.88 | 70.51 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 28 | 0 | 0.64 | 0.89 | 0.03 | 16.99 | 0.93 | 0.54 |
| Hex | F7 | 5A | 1C | 0 | 40 | 59 | 3 | 11 | 5D | 36 |
| Octal | 367 | 132 | 34 | 0 | 100 | 131 | 3 | 21 | 135 | 66 |
| Binary | 11110111 | 1011010 | 11100 | 0 | 1000000 | 1011001 | 11 | 10001 | 1011101 | 110110 |
Color Harmonies of #F75A1C
Complementary color
Monochromatic Colors of #F75A1C
Black with #F75A1C
Text Example
Text Example
White with #F75A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A1C; }
p { color: rgb(247,90,28); }
H1.HeaderClassName
{
color: #F75A1C;
}
.AnyTagClassName
{
color: #F75A1C;
}
</style>
background-color css
<style>
a { background-color: #F75A1C; }
a { background-color: rgb(247,90,28); }
div.DivClassName
{
background-color: #F75A1C;
}
.BgClassName
{
background-color: #F75A1C;
}
</style>
border-color css
<style>
span { border-color: #F75A1C; }
span { border-color: rgb(247,90,28); }
td.TdClassName
{
border-color: #F75A1C;
}
.TagClassName
{
border-color: #F75A1C;
}
</style>