Shades of Sun #F18B37
Tints of Sun #F18B37
RGB
CMYK
RGB Variations
Color information
#F18B37 (or 0xF18B37) is known color: Sun. HEX triplet: F1, 8B and 37. RGB value is (241,139,55). Sum of RGB (Red+Green+Blue) = 241+139+55=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B37 is #0E74C8. Grayscale: #A0A0A0. Windows color (decimal): -947401 or 3640305. OLE color: 3640305.
HSL color Cylindrical-coordinate representation of color #F18B37: hue angle of 27.1º 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 #F18B37 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 55 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.05 |
| HSL | 27.1º | 0.87% | 0.58% | - |
| HSV(B) | 27.1º | 0.77% | 0.95% | - |
| XYZ | 46.2 | 37.44 | 8.41 | - |
| YUV | 159.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 55 | 0 | 0.42 | 0.77 | 0.05 | 27.1 | 0.87 | 0.58 |
| Hex | F1 | 8B | 37 | 0 | 2A | 4D | 5 | 1B | 57 | 3A |
| Octal | 361 | 213 | 67 | 0 | 52 | 115 | 5 | 33 | 127 | 72 |
| Binary | 11110001 | 10001011 | 110111 | 0 | 101010 | 1001101 | 101 | 11011 | 1010111 | 111010 |
Color Harmonies of #F18B37
Complementary color
Monochromatic Colors of #F18B37
Black with #F18B37
Text Example
Text Example
White with #F18B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B37; }
p { color: rgb(241,139,55); }
H1.HeaderClassName
{
color: #F18B37;
}
.AnyTagClassName
{
color: #F18B37;
}
</style>
background-color css
<style>
a { background-color: #F18B37; }
a { background-color: rgb(241,139,55); }
div.DivClassName
{
background-color: #F18B37;
}
.BgClassName
{
background-color: #F18B37;
}
</style>
border-color css
<style>
span { border-color: #F18B37; }
span { border-color: rgb(241,139,55); }
td.TdClassName
{
border-color: #F18B37;
}
.TagClassName
{
border-color: #F18B37;
}
</style>