Shades of Sun #F18C2C
Tints of Sun #F18C2C
RGB
CMYK
RGB Variations
Color information
#F18C2C (or 0xF18C2C) is known color: Sun. HEX triplet: F1, 8C and 2C. RGB value is (241,140,44). Sum of RGB (Red+Green+Blue) = 241+140+44=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C2C is #0E73D3. Grayscale: #9F9F9F. Windows color (decimal): -947156 or 2919665. OLE color: 2919665.
HSL color Cylindrical-coordinate representation of color #F18C2C: hue angle of 29.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F18C2C is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 44 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.05 |
| HSL | 29.24º | 0.88% | 0.56% | - |
| HSV(B) | 29.24º | 0.82% | 0.95% | - |
| XYZ | 46.11 | 37.64 | 7.22 | - |
| YUV | 159.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 44 | 0 | 0.42 | 0.82 | 0.05 | 29.24 | 0.88 | 0.56 |
| Hex | F1 | 8C | 2C | 0 | 2A | 52 | 5 | 1D | 58 | 38 |
| Octal | 361 | 214 | 54 | 0 | 52 | 122 | 5 | 35 | 130 | 70 |
| Binary | 11110001 | 10001100 | 101100 | 0 | 101010 | 1010010 | 101 | 11101 | 1011000 | 111000 |
Color Harmonies of #F18C2C
Complementary color
Monochromatic Colors of #F18C2C
Black with #F18C2C
Text Example
Text Example
White with #F18C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C2C; }
p { color: rgb(241,140,44); }
H1.HeaderClassName
{
color: #F18C2C;
}
.AnyTagClassName
{
color: #F18C2C;
}
</style>
background-color css
<style>
a { background-color: #F18C2C; }
a { background-color: rgb(241,140,44); }
div.DivClassName
{
background-color: #F18C2C;
}
.BgClassName
{
background-color: #F18C2C;
}
</style>
border-color css
<style>
span { border-color: #F18C2C; }
span { border-color: rgb(241,140,44); }
td.TdClassName
{
border-color: #F18C2C;
}
.TagClassName
{
border-color: #F18C2C;
}
</style>