Shades of Sun #F6812B
Tints of Sun #F6812B
RGB
CMYK
RGB Variations
Color information
#F6812B (or 0xF6812B) is known color: Sun. HEX triplet: F6, 81 and 2B. RGB value is (246,129,43). Sum of RGB (Red+Green+Blue) = 246+129+43=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6812B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6812B is #097ED4. Grayscale: #9A9A9A. Windows color (decimal): -622293 or 2851318. OLE color: 2851318.
HSL color Cylindrical-coordinate representation of color #F6812B: hue angle of 25.42º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6812B is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 43 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.04 |
| HSL | 25.42º | 0.92% | 0.57% | - |
| HSV(B) | 25.42º | 0.83% | 0.96% | - |
| XYZ | 46.29 | 35.47 | 6.69 | - |
| YUV | 154.18 | 65.26 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 43 | 0 | 0.48 | 0.83 | 0.04 | 25.42 | 0.92 | 0.57 |
| Hex | F6 | 81 | 2B | 0 | 30 | 53 | 4 | 19 | 5C | 39 |
| Octal | 366 | 201 | 53 | 0 | 60 | 123 | 4 | 31 | 134 | 71 |
| Binary | 11110110 | 10000001 | 101011 | 0 | 110000 | 1010011 | 100 | 11001 | 1011100 | 111001 |
Color Harmonies of #F6812B
Complementary color
Monochromatic Colors of #F6812B
Black with #F6812B
Text Example
Text Example
White with #F6812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6812B; }
p { color: rgb(246,129,43); }
H1.HeaderClassName
{
color: #F6812B;
}
.AnyTagClassName
{
color: #F6812B;
}
</style>
background-color css
<style>
a { background-color: #F6812B; }
a { background-color: rgb(246,129,43); }
div.DivClassName
{
background-color: #F6812B;
}
.BgClassName
{
background-color: #F6812B;
}
</style>
border-color css
<style>
span { border-color: #F6812B; }
span { border-color: rgb(246,129,43); }
td.TdClassName
{
border-color: #F6812B;
}
.TagClassName
{
border-color: #F6812B;
}
</style>