Shades of Sun #F18D2C
Tints of Sun #F18D2C
RGB
CMYK
RGB Variations
Color information
#F18D2C (or 0xF18D2C) is known color: Sun. HEX triplet: F1, 8D and 2C. RGB value is (241,141,44). Sum of RGB (Red+Green+Blue) = 241+141+44=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D2C is #0E72D3. Grayscale: #A0A0A0. Windows color (decimal): -946900 or 2919921. OLE color: 2919921.
HSL color Cylindrical-coordinate representation of color #F18D2C: hue angle of 29.54º 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 #F18D2C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 44 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.05 |
| HSL | 29.54º | 0.88% | 0.56% | - |
| HSV(B) | 29.54º | 0.82% | 0.95% | - |
| XYZ | 46.26 | 37.93 | 7.27 | - |
| YUV | 159.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 44 | 0 | 0.41 | 0.82 | 0.05 | 29.54 | 0.88 | 0.56 |
| Hex | F1 | 8D | 2C | 0 | 29 | 52 | 5 | 1E | 58 | 38 |
| Octal | 361 | 215 | 54 | 0 | 51 | 122 | 5 | 36 | 130 | 70 |
| Binary | 11110001 | 10001101 | 101100 | 0 | 101001 | 1010010 | 101 | 11110 | 1011000 | 111000 |
Color Harmonies of #F18D2C
Complementary color
Monochromatic Colors of #F18D2C
Black with #F18D2C
Text Example
Text Example
White with #F18D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D2C; }
p { color: rgb(241,141,44); }
H1.HeaderClassName
{
color: #F18D2C;
}
.AnyTagClassName
{
color: #F18D2C;
}
</style>
background-color css
<style>
a { background-color: #F18D2C; }
a { background-color: rgb(241,141,44); }
div.DivClassName
{
background-color: #F18D2C;
}
.BgClassName
{
background-color: #F18D2C;
}
</style>
border-color css
<style>
span { border-color: #F18D2C; }
span { border-color: rgb(241,141,44); }
td.TdClassName
{
border-color: #F18D2C;
}
.TagClassName
{
border-color: #F18D2C;
}
</style>