Shades of Outrageous Orange #F05A2C
Tints of Outrageous Orange #F05A2C
RGB
CMYK
RGB Variations
Color information
#F05A2C (or 0xF05A2C) is known color: Outrageous Orange. HEX triplet: F0, 5A and 2C. RGB value is (240,90,44). Sum of RGB (Red+Green+Blue) = 240+90+44=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A2C is #0FA5D3. Grayscale: #818181. Windows color (decimal): -1025492 or 2906864. OLE color: 2906864.
HSL color Cylindrical-coordinate representation of color #F05A2C: hue angle of 14.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F05A2C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 44 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.06 |
| HSL | 14.08º | 0.87% | 0.56% | - |
| HSV(B) | 14.08º | 0.82% | 0.94% | - |
| XYZ | 40.05 | 26.02 | 5.29 | - |
| YUV | 129.61 | 79.7 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 44 | 0 | 0.62 | 0.82 | 0.06 | 14.08 | 0.87 | 0.56 |
| Hex | F0 | 5A | 2C | 0 | 3E | 52 | 6 | E | 57 | 38 |
| Octal | 360 | 132 | 54 | 0 | 76 | 122 | 6 | 16 | 127 | 70 |
| Binary | 11110000 | 1011010 | 101100 | 0 | 111110 | 1010010 | 110 | 1110 | 1010111 | 111000 |
Color Harmonies of #F05A2C
Complementary color
Monochromatic Colors of #F05A2C
Black with #F05A2C
Text Example
Text Example
White with #F05A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A2C; }
p { color: rgb(240,90,44); }
H1.HeaderClassName
{
color: #F05A2C;
}
.AnyTagClassName
{
color: #F05A2C;
}
</style>
background-color css
<style>
a { background-color: #F05A2C; }
a { background-color: rgb(240,90,44); }
div.DivClassName
{
background-color: #F05A2C;
}
.BgClassName
{
background-color: #F05A2C;
}
</style>
border-color css
<style>
span { border-color: #F05A2C; }
span { border-color: rgb(240,90,44); }
td.TdClassName
{
border-color: #F05A2C;
}
.TagClassName
{
border-color: #F05A2C;
}
</style>