Shades of Gorse #F6E13C
Tints of Gorse #F6E13C
RGB
CMYK
RGB Variations
Color information
#F6E13C (or 0xF6E13C) is known color: Gorse. HEX triplet: F6, E1 and 3C. RGB value is (246,225,60). Sum of RGB (Red+Green+Blue) = 246+225+60=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E13C is #091EC3. Grayscale: #D5D5D5. Windows color (decimal): -597700 or 3990006. OLE color: 3990006.
HSL color Cylindrical-coordinate representation of color #F6E13C: hue angle of 53.23º 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 #F6E13C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 60 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.04 |
| HSL | 53.23º | 0.91% | 0.6% | - |
| HSV(B) | 53.23º | 0.76% | 0.96% | - |
| XYZ | 65.75 | 73.77 | 15.05 | - |
| YUV | 212.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 60 | 0 | 0.09 | 0.76 | 0.04 | 53.23 | 0.91 | 0.6 |
| Hex | F6 | E1 | 3C | 0 | 9 | 4C | 4 | 35 | 5B | 3C |
| Octal | 366 | 341 | 74 | 0 | 11 | 114 | 4 | 65 | 133 | 74 |
| Binary | 11110110 | 11100001 | 111100 | 0 | 1001 | 1001100 | 100 | 110101 | 1011011 | 111100 |
Color Harmonies of #F6E13C
Complementary color
Monochromatic Colors of #F6E13C
Black with #F6E13C
Text Example
Text Example
White with #F6E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E13C; }
p { color: rgb(246,225,60); }
H1.HeaderClassName
{
color: #F6E13C;
}
.AnyTagClassName
{
color: #F6E13C;
}
</style>
background-color css
<style>
a { background-color: #F6E13C; }
a { background-color: rgb(246,225,60); }
div.DivClassName
{
background-color: #F6E13C;
}
.BgClassName
{
background-color: #F6E13C;
}
</style>
border-color css
<style>
span { border-color: #F6E13C; }
span { border-color: rgb(246,225,60); }
td.TdClassName
{
border-color: #F6E13C;
}
.TagClassName
{
border-color: #F6E13C;
}
</style>