Shades of Sun #F6953D
Tints of Sun #F6953D
RGB
CMYK
RGB Variations
Color information
#F6953D (or 0xF6953D) is known color: Sun. HEX triplet: F6, 95 and 3D. RGB value is (246,149,61). Sum of RGB (Red+Green+Blue) = 246+149+61=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6953D is #096AC2. Grayscale: #A8A8A8. Windows color (decimal): -617155 or 4036086. OLE color: 4036086.
HSL color Cylindrical-coordinate representation of color #F6953D: hue angle of 28.54º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6953D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 61 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.04 |
| HSL | 28.54º | 0.91% | 0.6% | - |
| HSV(B) | 28.54º | 0.75% | 0.96% | - |
| XYZ | 49.6 | 41.42 | 9.8 | - |
| YUV | 167.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 61 | 0 | 0.39 | 0.75 | 0.04 | 28.54 | 0.91 | 0.6 |
| Hex | F6 | 95 | 3D | 0 | 27 | 4B | 4 | 1D | 5B | 3C |
| Octal | 366 | 225 | 75 | 0 | 47 | 113 | 4 | 35 | 133 | 74 |
| Binary | 11110110 | 10010101 | 111101 | 0 | 100111 | 1001011 | 100 | 11101 | 1011011 | 111100 |
Color Harmonies of #F6953D
Complementary color
Monochromatic Colors of #F6953D
Black with #F6953D
Text Example
Text Example
White with #F6953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6953D; }
p { color: rgb(246,149,61); }
H1.HeaderClassName
{
color: #F6953D;
}
.AnyTagClassName
{
color: #F6953D;
}
</style>
background-color css
<style>
a { background-color: #F6953D; }
a { background-color: rgb(246,149,61); }
div.DivClassName
{
background-color: #F6953D;
}
.BgClassName
{
background-color: #F6953D;
}
</style>
border-color css
<style>
span { border-color: #F6953D; }
span { border-color: rgb(246,149,61); }
td.TdClassName
{
border-color: #F6953D;
}
.TagClassName
{
border-color: #F6953D;
}
</style>