Shades of Outrageous Orange #F05C29
Tints of Outrageous Orange #F05C29
RGB
CMYK
RGB Variations
Color information
#F05C29 (or 0xF05C29) is known color: Outrageous Orange. HEX triplet: F0, 5C and 29. RGB value is (240,92,41). Sum of RGB (Red+Green+Blue) = 240+92+41=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C29 is #0FA3D6. Grayscale: #828282. Windows color (decimal): -1024983 or 2710768. OLE color: 2710768.
HSL color Cylindrical-coordinate representation of color #F05C29: hue angle of 15.38º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F05C29 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 41 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.06 |
| HSL | 15.38º | 0.87% | 0.55% | - |
| HSV(B) | 15.38º | 0.83% | 0.94% | - |
| XYZ | 40.16 | 26.34 | 5.07 | - |
| YUV | 130.44 | 77.53 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 41 | 0 | 0.62 | 0.83 | 0.06 | 15.38 | 0.87 | 0.55 |
| Hex | F0 | 5C | 29 | 0 | 3E | 53 | 6 | F | 57 | 37 |
| Octal | 360 | 134 | 51 | 0 | 76 | 123 | 6 | 17 | 127 | 67 |
| Binary | 11110000 | 1011100 | 101001 | 0 | 111110 | 1010011 | 110 | 1111 | 1010111 | 110111 |
Color Harmonies of #F05C29
Complementary color
Monochromatic Colors of #F05C29
Black with #F05C29
Text Example
Text Example
White with #F05C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C29; }
p { color: rgb(240,92,41); }
H1.HeaderClassName
{
color: #F05C29;
}
.AnyTagClassName
{
color: #F05C29;
}
</style>
background-color css
<style>
a { background-color: #F05C29; }
a { background-color: rgb(240,92,41); }
div.DivClassName
{
background-color: #F05C29;
}
.BgClassName
{
background-color: #F05C29;
}
</style>
border-color css
<style>
span { border-color: #F05C29; }
span { border-color: rgb(240,92,41); }
td.TdClassName
{
border-color: #F05C29;
}
.TagClassName
{
border-color: #F05C29;
}
</style>