Shades of Outrageous Orange #F05C2D
Tints of Outrageous Orange #F05C2D
RGB
CMYK
RGB Variations
Color information
#F05C2D (or 0xF05C2D) is known color: Outrageous Orange. HEX triplet: F0, 5C and 2D. RGB value is (240,92,45). Sum of RGB (Red+Green+Blue) = 240+92+45=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C2D is #0FA3D2. Grayscale: #838383. Windows color (decimal): -1024979 or 2972912. OLE color: 2972912.
HSL color Cylindrical-coordinate representation of color #F05C2D: hue angle of 14.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F05C2D is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 45 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.06 |
| HSL | 14.46º | 0.87% | 0.56% | - |
| HSV(B) | 14.46º | 0.81% | 0.94% | - |
| XYZ | 40.24 | 26.37 | 5.45 | - |
| YUV | 130.89 | 79.53 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 45 | 0 | 0.62 | 0.81 | 0.06 | 14.46 | 0.87 | 0.56 |
| Hex | F0 | 5C | 2D | 0 | 3E | 51 | 6 | E | 57 | 38 |
| Octal | 360 | 134 | 55 | 0 | 76 | 121 | 6 | 16 | 127 | 70 |
| Binary | 11110000 | 1011100 | 101101 | 0 | 111110 | 1010001 | 110 | 1110 | 1010111 | 111000 |
Color Harmonies of #F05C2D
Complementary color
Monochromatic Colors of #F05C2D
Black with #F05C2D
Text Example
Text Example
White with #F05C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C2D; }
p { color: rgb(240,92,45); }
H1.HeaderClassName
{
color: #F05C2D;
}
.AnyTagClassName
{
color: #F05C2D;
}
</style>
background-color css
<style>
a { background-color: #F05C2D; }
a { background-color: rgb(240,92,45); }
div.DivClassName
{
background-color: #F05C2D;
}
.BgClassName
{
background-color: #F05C2D;
}
</style>
border-color css
<style>
span { border-color: #F05C2D; }
span { border-color: rgb(240,92,45); }
td.TdClassName
{
border-color: #F05C2D;
}
.TagClassName
{
border-color: #F05C2D;
}
</style>