Shades of Sun #F18B3C
Tints of Sun #F18B3C
RGB
CMYK
RGB Variations
Color information
#F18B3C (or 0xF18B3C) is known color: Sun. HEX triplet: F1, 8B and 3C. RGB value is (241,139,60). Sum of RGB (Red+Green+Blue) = 241+139+60=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B3C is #0E74C3. Grayscale: #A0A0A0. Windows color (decimal): -947396 or 3967985. OLE color: 3967985.
HSL color Cylindrical-coordinate representation of color #F18B3C: hue angle of 26.19º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F18B3C is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 60 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.05 |
| HSL | 26.19º | 0.87% | 0.59% | - |
| HSV(B) | 26.19º | 0.75% | 0.95% | - |
| XYZ | 46.32 | 37.49 | 9.07 | - |
| YUV | 160.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 60 | 0 | 0.42 | 0.75 | 0.05 | 26.19 | 0.87 | 0.59 |
| Hex | F1 | 8B | 3C | 0 | 2A | 4B | 5 | 1A | 57 | 3B |
| Octal | 361 | 213 | 74 | 0 | 52 | 113 | 5 | 32 | 127 | 73 |
| Binary | 11110001 | 10001011 | 111100 | 0 | 101010 | 1001011 | 101 | 11010 | 1010111 | 111011 |
Color Harmonies of #F18B3C
Complementary color
Monochromatic Colors of #F18B3C
Black with #F18B3C
Text Example
Text Example
White with #F18B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B3C; }
p { color: rgb(241,139,60); }
H1.HeaderClassName
{
color: #F18B3C;
}
.AnyTagClassName
{
color: #F18B3C;
}
</style>
background-color css
<style>
a { background-color: #F18B3C; }
a { background-color: rgb(241,139,60); }
div.DivClassName
{
background-color: #F18B3C;
}
.BgClassName
{
background-color: #F18B3C;
}
</style>
border-color css
<style>
span { border-color: #F18B3C; }
span { border-color: rgb(241,139,60); }
td.TdClassName
{
border-color: #F18B3C;
}
.TagClassName
{
border-color: #F18B3C;
}
</style>