Shades of Sun #F6812C
Tints of Sun #F6812C
RGB
CMYK
RGB Variations
Color information
#F6812C (or 0xF6812C) is known color: Sun. HEX triplet: F6, 81 and 2C. RGB value is (246,129,44). Sum of RGB (Red+Green+Blue) = 246+129+44=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F6812C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6812C is #097ED3. Grayscale: #9A9A9A. Windows color (decimal): -622292 or 2916854. OLE color: 2916854.
HSL color Cylindrical-coordinate representation of color #F6812C: hue angle of 25.25º 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 #F6812C is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 44 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.04 |
| HSL | 25.25º | 0.92% | 0.57% | - |
| HSV(B) | 25.25º | 0.82% | 0.96% | - |
| XYZ | 46.31 | 35.48 | 6.79 | - |
| YUV | 154.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 44 | 0 | 0.48 | 0.82 | 0.04 | 25.25 | 0.92 | 0.57 |
| Hex | F6 | 81 | 2C | 0 | 30 | 52 | 4 | 19 | 5C | 39 |
| Octal | 366 | 201 | 54 | 0 | 60 | 122 | 4 | 31 | 134 | 71 |
| Binary | 11110110 | 10000001 | 101100 | 0 | 110000 | 1010010 | 100 | 11001 | 1011100 | 111001 |
Color Harmonies of #F6812C
Complementary color
Monochromatic Colors of #F6812C
Black with #F6812C
Text Example
Text Example
White with #F6812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6812C; }
p { color: rgb(246,129,44); }
H1.HeaderClassName
{
color: #F6812C;
}
.AnyTagClassName
{
color: #F6812C;
}
</style>
background-color css
<style>
a { background-color: #F6812C; }
a { background-color: rgb(246,129,44); }
div.DivClassName
{
background-color: #F6812C;
}
.BgClassName
{
background-color: #F6812C;
}
</style>
border-color css
<style>
span { border-color: #F6812C; }
span { border-color: rgb(246,129,44); }
td.TdClassName
{
border-color: #F6812C;
}
.TagClassName
{
border-color: #F6812C;
}
</style>