Shades of Sun #F18B2E
Tints of Sun #F18B2E
RGB
CMYK
RGB Variations
Color information
#F18B2E (or 0xF18B2E) is known color: Sun. HEX triplet: F1, 8B and 2E. RGB value is (241,139,46). Sum of RGB (Red+Green+Blue) = 241+139+46=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B2E is #0E74D1. Grayscale: #9F9F9F. Windows color (decimal): -947410 or 3050481. OLE color: 3050481.
HSL color Cylindrical-coordinate representation of color #F18B2E: hue angle of 28.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F18B2E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 46 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.05 |
| HSL | 28.62º | 0.87% | 0.56% | - |
| HSV(B) | 28.62º | 0.81% | 0.95% | - |
| XYZ | 46 | 37.36 | 7.37 | - |
| YUV | 158.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 46 | 0 | 0.42 | 0.81 | 0.05 | 28.62 | 0.87 | 0.56 |
| Hex | F1 | 8B | 2E | 0 | 2A | 51 | 5 | 1D | 57 | 38 |
| Octal | 361 | 213 | 56 | 0 | 52 | 121 | 5 | 35 | 127 | 70 |
| Binary | 11110001 | 10001011 | 101110 | 0 | 101010 | 1010001 | 101 | 11101 | 1010111 | 111000 |
Color Harmonies of #F18B2E
Complementary color
Monochromatic Colors of #F18B2E
Black with #F18B2E
Text Example
Text Example
White with #F18B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B2E; }
p { color: rgb(241,139,46); }
H1.HeaderClassName
{
color: #F18B2E;
}
.AnyTagClassName
{
color: #F18B2E;
}
</style>
background-color css
<style>
a { background-color: #F18B2E; }
a { background-color: rgb(241,139,46); }
div.DivClassName
{
background-color: #F18B2E;
}
.BgClassName
{
background-color: #F18B2E;
}
</style>
border-color css
<style>
span { border-color: #F18B2E; }
span { border-color: rgb(241,139,46); }
td.TdClassName
{
border-color: #F18B2E;
}
.TagClassName
{
border-color: #F18B2E;
}
</style>