Shades of Sun #F6953A
Tints of Sun #F6953A
RGB
CMYK
RGB Variations
Color information
#F6953A (or 0xF6953A) is known color: Sun. HEX triplet: F6, 95 and 3A. RGB value is (246,149,58). Sum of RGB (Red+Green+Blue) = 246+149+58=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6953A is #096AC5. Grayscale: #A8A8A8. Windows color (decimal): -617158 or 3839478. OLE color: 3839478.
HSL color Cylindrical-coordinate representation of color #F6953A: hue angle of 29.04º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6953A is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 58 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.04 |
| HSL | 29.04º | 0.91% | 0.6% | - |
| HSV(B) | 29.04º | 0.76% | 0.96% | - |
| XYZ | 49.52 | 41.39 | 9.38 | - |
| YUV | 167.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 58 | 0 | 0.39 | 0.76 | 0.04 | 29.04 | 0.91 | 0.6 |
| Hex | F6 | 95 | 3A | 0 | 27 | 4C | 4 | 1D | 5B | 3C |
| Octal | 366 | 225 | 72 | 0 | 47 | 114 | 4 | 35 | 133 | 74 |
| Binary | 11110110 | 10010101 | 111010 | 0 | 100111 | 1001100 | 100 | 11101 | 1011011 | 111100 |
Color Harmonies of #F6953A
Complementary color
Monochromatic Colors of #F6953A
Black with #F6953A
Text Example
Text Example
White with #F6953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6953A; }
p { color: rgb(246,149,58); }
H1.HeaderClassName
{
color: #F6953A;
}
.AnyTagClassName
{
color: #F6953A;
}
</style>
background-color css
<style>
a { background-color: #F6953A; }
a { background-color: rgb(246,149,58); }
div.DivClassName
{
background-color: #F6953A;
}
.BgClassName
{
background-color: #F6953A;
}
</style>
border-color css
<style>
span { border-color: #F6953A; }
span { border-color: rgb(246,149,58); }
td.TdClassName
{
border-color: #F6953A;
}
.TagClassName
{
border-color: #F6953A;
}
</style>