Shades of Outrageous Orange #F05C2B
Tints of Outrageous Orange #F05C2B
RGB
CMYK
RGB Variations
Color information
#F05C2B (or 0xF05C2B) is known color: Outrageous Orange. HEX triplet: F0, 5C and 2B. RGB value is (240,92,43). Sum of RGB (Red+Green+Blue) = 240+92+43=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C2B is #0FA3D4. Grayscale: #838383. Windows color (decimal): -1024981 or 2841840. OLE color: 2841840.
HSL color Cylindrical-coordinate representation of color #F05C2B: hue angle of 14.92º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F05C2B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 43 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.06 |
| HSL | 14.92º | 0.87% | 0.55% | - |
| HSV(B) | 14.92º | 0.82% | 0.94% | - |
| XYZ | 40.2 | 26.35 | 5.25 | - |
| YUV | 130.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 43 | 0 | 0.62 | 0.82 | 0.06 | 14.92 | 0.87 | 0.55 |
| Hex | F0 | 5C | 2B | 0 | 3E | 52 | 6 | F | 57 | 37 |
| Octal | 360 | 134 | 53 | 0 | 76 | 122 | 6 | 17 | 127 | 67 |
| Binary | 11110000 | 1011100 | 101011 | 0 | 111110 | 1010010 | 110 | 1111 | 1010111 | 110111 |
Color Harmonies of #F05C2B
Complementary color
Monochromatic Colors of #F05C2B
Black with #F05C2B
Text Example
Text Example
White with #F05C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C2B; }
p { color: rgb(240,92,43); }
H1.HeaderClassName
{
color: #F05C2B;
}
.AnyTagClassName
{
color: #F05C2B;
}
</style>
background-color css
<style>
a { background-color: #F05C2B; }
a { background-color: rgb(240,92,43); }
div.DivClassName
{
background-color: #F05C2B;
}
.BgClassName
{
background-color: #F05C2B;
}
</style>
border-color css
<style>
span { border-color: #F05C2B; }
span { border-color: rgb(240,92,43); }
td.TdClassName
{
border-color: #F05C2B;
}
.TagClassName
{
border-color: #F05C2B;
}
</style>