Shades of Gorse #F6D73B
Tints of Gorse #F6D73B
RGB
CMYK
RGB Variations
Color information
#F6D73B (or 0xF6D73B) is known color: Gorse. HEX triplet: F6, D7 and 3B. RGB value is (246,215,59). Sum of RGB (Red+Green+Blue) = 246+215+59=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 59 (23.44% from 255 or 11.35% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D73B is #0928C4. Grayscale: #CFCFCF. Windows color (decimal): -600261 or 3921910. OLE color: 3921910.
HSL color Cylindrical-coordinate representation of color #F6D73B: hue angle of 50.05º 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 #F6D73B is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 59 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.04 |
| HSL | 50.05º | 0.91% | 0.6% | - |
| HSV(B) | 50.05º | 0.76% | 0.96% | - |
| XYZ | 63.1 | 68.51 | 14.04 | - |
| YUV | 206.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 59 | 0 | 0.13 | 0.76 | 0.04 | 50.05 | 0.91 | 0.6 |
| Hex | F6 | D7 | 3B | 0 | D | 4C | 4 | 32 | 5B | 3C |
| Octal | 366 | 327 | 73 | 0 | 15 | 114 | 4 | 62 | 133 | 74 |
| Binary | 11110110 | 11010111 | 111011 | 0 | 1101 | 1001100 | 100 | 110010 | 1011011 | 111100 |
Color Harmonies of #F6D73B
Complementary color
Monochromatic Colors of #F6D73B
Black with #F6D73B
Text Example
Text Example
White with #F6D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D73B; }
p { color: rgb(246,215,59); }
H1.HeaderClassName
{
color: #F6D73B;
}
.AnyTagClassName
{
color: #F6D73B;
}
</style>
background-color css
<style>
a { background-color: #F6D73B; }
a { background-color: rgb(246,215,59); }
div.DivClassName
{
background-color: #F6D73B;
}
.BgClassName
{
background-color: #F6D73B;
}
</style>
border-color css
<style>
span { border-color: #F6D73B; }
span { border-color: rgb(246,215,59); }
td.TdClassName
{
border-color: #F6D73B;
}
.TagClassName
{
border-color: #F6D73B;
}
</style>