Shades of Gorse #F6D73C
Tints of Gorse #F6D73C
RGB
CMYK
RGB Variations
Color information
#F6D73C (or 0xF6D73C) is known color: Gorse. HEX triplet: F6, D7 and 3C. RGB value is (246,215,60). Sum of RGB (Red+Green+Blue) = 246+215+60=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D73C is #0928C3. Grayscale: #CFCFCF. Windows color (decimal): -600260 or 3987446. OLE color: 3987446.
HSL color Cylindrical-coordinate representation of color #F6D73C: hue angle of 50º 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 #F6D73C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.04 |
| HSL | 50º | 0.91% | 0.6% | - |
| HSV(B) | 50º | 0.76% | 0.96% | - |
| XYZ | 63.12 | 68.52 | 14.17 | - |
| YUV | 206.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 60 | 0 | 0.13 | 0.76 | 0.04 | 50 | 0.91 | 0.6 |
| Hex | F6 | D7 | 3C | 0 | D | 4C | 4 | 32 | 5B | 3C |
| Octal | 366 | 327 | 74 | 0 | 15 | 114 | 4 | 62 | 133 | 74 |
| Binary | 11110110 | 11010111 | 111100 | 0 | 1101 | 1001100 | 100 | 110010 | 1011011 | 111100 |
Color Harmonies of #F6D73C
Complementary color
Monochromatic Colors of #F6D73C
Black with #F6D73C
Text Example
Text Example
White with #F6D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D73C; }
p { color: rgb(246,215,60); }
H1.HeaderClassName
{
color: #F6D73C;
}
.AnyTagClassName
{
color: #F6D73C;
}
</style>
background-color css
<style>
a { background-color: #F6D73C; }
a { background-color: rgb(246,215,60); }
div.DivClassName
{
background-color: #F6D73C;
}
.BgClassName
{
background-color: #F6D73C;
}
</style>
border-color css
<style>
span { border-color: #F6D73C; }
span { border-color: rgb(246,215,60); }
td.TdClassName
{
border-color: #F6D73C;
}
.TagClassName
{
border-color: #F6D73C;
}
</style>