Shades of Sun #F6822D
Tints of Sun #F6822D
RGB
CMYK
RGB Variations
Color information
#F6822D (or 0xF6822D) is known color: Sun. HEX triplet: F6, 82 and 2D. RGB value is (246,130,45). Sum of RGB (Red+Green+Blue) = 246+130+45=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6822D is #097DD2. Grayscale: #9B9B9B. Windows color (decimal): -622035 or 2982646. OLE color: 2982646.
HSL color Cylindrical-coordinate representation of color #F6822D: hue angle of 25.37º 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 #F6822D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.04 |
| HSL | 25.37º | 0.92% | 0.57% | - |
| HSV(B) | 25.37º | 0.82% | 0.96% | - |
| XYZ | 46.46 | 35.75 | 6.93 | - |
| YUV | 154.99 | 65.93 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 45 | 0 | 0.47 | 0.82 | 0.04 | 25.37 | 0.92 | 0.57 |
| Hex | F6 | 82 | 2D | 0 | 2F | 52 | 4 | 19 | 5C | 39 |
| Octal | 366 | 202 | 55 | 0 | 57 | 122 | 4 | 31 | 134 | 71 |
| Binary | 11110110 | 10000010 | 101101 | 0 | 101111 | 1010010 | 100 | 11001 | 1011100 | 111001 |
Color Harmonies of #F6822D
Complementary color
Monochromatic Colors of #F6822D
Black with #F6822D
Text Example
Text Example
White with #F6822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6822D; }
p { color: rgb(246,130,45); }
H1.HeaderClassName
{
color: #F6822D;
}
.AnyTagClassName
{
color: #F6822D;
}
</style>
background-color css
<style>
a { background-color: #F6822D; }
a { background-color: rgb(246,130,45); }
div.DivClassName
{
background-color: #F6822D;
}
.BgClassName
{
background-color: #F6822D;
}
</style>
border-color css
<style>
span { border-color: #F6822D; }
span { border-color: rgb(246,130,45); }
td.TdClassName
{
border-color: #F6822D;
}
.TagClassName
{
border-color: #F6822D;
}
</style>