Shades of Sun #F18C37
Tints of Sun #F18C37
RGB
CMYK
RGB Variations
Color information
#F18C37 (or 0xF18C37) is known color: Sun. HEX triplet: F1, 8C and 37. RGB value is (241,140,55). Sum of RGB (Red+Green+Blue) = 241+140+55=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C37 is #0E73C8. Grayscale: #A0A0A0. Windows color (decimal): -947145 or 3640561. OLE color: 3640561.
HSL color Cylindrical-coordinate representation of color #F18C37: hue angle of 27.42º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F18C37 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 55 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.05 |
| HSL | 27.42º | 0.87% | 0.58% | - |
| HSV(B) | 27.42º | 0.77% | 0.95% | - |
| XYZ | 46.34 | 37.73 | 8.46 | - |
| YUV | 160.51 | 68.46 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 55 | 0 | 0.42 | 0.77 | 0.05 | 27.42 | 0.87 | 0.58 |
| Hex | F1 | 8C | 37 | 0 | 2A | 4D | 5 | 1B | 57 | 3A |
| Octal | 361 | 214 | 67 | 0 | 52 | 115 | 5 | 33 | 127 | 72 |
| Binary | 11110001 | 10001100 | 110111 | 0 | 101010 | 1001101 | 101 | 11011 | 1010111 | 111010 |
Color Harmonies of #F18C37
Complementary color
Monochromatic Colors of #F18C37
Black with #F18C37
Text Example
Text Example
White with #F18C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C37; }
p { color: rgb(241,140,55); }
H1.HeaderClassName
{
color: #F18C37;
}
.AnyTagClassName
{
color: #F18C37;
}
</style>
background-color css
<style>
a { background-color: #F18C37; }
a { background-color: rgb(241,140,55); }
div.DivClassName
{
background-color: #F18C37;
}
.BgClassName
{
background-color: #F18C37;
}
</style>
border-color css
<style>
span { border-color: #F18C37; }
span { border-color: rgb(241,140,55); }
td.TdClassName
{
border-color: #F18C37;
}
.TagClassName
{
border-color: #F18C37;
}
</style>