Shades of Sun #F6852C
Tints of Sun #F6852C
RGB
CMYK
RGB Variations
Color information
#F6852C (or 0xF6852C) is known color: Sun. HEX triplet: F6, 85 and 2C. RGB value is (246,133,44). Sum of RGB (Red+Green+Blue) = 246+133+44=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6852C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6852C is #097AD3. Grayscale: #9D9D9D. Windows color (decimal): -621268 or 2917878. OLE color: 2917878.
HSL color Cylindrical-coordinate representation of color #F6852C: hue angle of 26.44º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6852C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 44 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.04 |
| HSL | 26.44º | 0.92% | 0.57% | - |
| HSV(B) | 26.44º | 0.82% | 0.96% | - |
| XYZ | 46.85 | 36.55 | 6.97 | - |
| YUV | 156.64 | 64.44 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 44 | 0 | 0.46 | 0.82 | 0.04 | 26.44 | 0.92 | 0.57 |
| Hex | F6 | 85 | 2C | 0 | 2E | 52 | 4 | 1A | 5C | 39 |
| Octal | 366 | 205 | 54 | 0 | 56 | 122 | 4 | 32 | 134 | 71 |
| Binary | 11110110 | 10000101 | 101100 | 0 | 101110 | 1010010 | 100 | 11010 | 1011100 | 111001 |
Color Harmonies of #F6852C
Complementary color
Monochromatic Colors of #F6852C
Black with #F6852C
Text Example
Text Example
White with #F6852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6852C; }
p { color: rgb(246,133,44); }
H1.HeaderClassName
{
color: #F6852C;
}
.AnyTagClassName
{
color: #F6852C;
}
</style>
background-color css
<style>
a { background-color: #F6852C; }
a { background-color: rgb(246,133,44); }
div.DivClassName
{
background-color: #F6852C;
}
.BgClassName
{
background-color: #F6852C;
}
</style>
border-color css
<style>
span { border-color: #F6852C; }
span { border-color: rgb(246,133,44); }
td.TdClassName
{
border-color: #F6852C;
}
.TagClassName
{
border-color: #F6852C;
}
</style>