Shades of Sun #F6842A
Tints of Sun #F6842A
RGB
CMYK
RGB Variations
Color information
#F6842A (or 0xF6842A) is known color: Sun. HEX triplet: F6, 84 and 2A. RGB value is (246,132,42). Sum of RGB (Red+Green+Blue) = 246+132+42=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F6842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6842A is #097BD5. Grayscale: #9C9C9C. Windows color (decimal): -621526 or 2786550. OLE color: 2786550.
HSL color Cylindrical-coordinate representation of color #F6842A: hue angle of 26.47º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6842A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 42 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.04 |
| HSL | 26.47º | 0.92% | 0.56% | - |
| HSV(B) | 26.47º | 0.83% | 0.96% | - |
| XYZ | 46.68 | 36.26 | 6.73 | - |
| YUV | 155.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 42 | 0 | 0.46 | 0.83 | 0.04 | 26.47 | 0.92 | 0.56 |
| Hex | F6 | 84 | 2A | 0 | 2E | 53 | 4 | 1A | 5C | 38 |
| Octal | 366 | 204 | 52 | 0 | 56 | 123 | 4 | 32 | 134 | 70 |
| Binary | 11110110 | 10000100 | 101010 | 0 | 101110 | 1010011 | 100 | 11010 | 1011100 | 111000 |
Color Harmonies of #F6842A
Complementary color
Monochromatic Colors of #F6842A
Black with #F6842A
Text Example
Text Example
White with #F6842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6842A; }
p { color: rgb(246,132,42); }
H1.HeaderClassName
{
color: #F6842A;
}
.AnyTagClassName
{
color: #F6842A;
}
</style>
background-color css
<style>
a { background-color: #F6842A; }
a { background-color: rgb(246,132,42); }
div.DivClassName
{
background-color: #F6842A;
}
.BgClassName
{
background-color: #F6842A;
}
</style>
border-color css
<style>
span { border-color: #F6842A; }
span { border-color: rgb(246,132,42); }
td.TdClassName
{
border-color: #F6842A;
}
.TagClassName
{
border-color: #F6842A;
}
</style>