Shades of Gorse #F6EE3C
Tints of Gorse #F6EE3C
RGB
CMYK
RGB Variations
Color information
#F6EE3C (or 0xF6EE3C) is known color: Gorse. HEX triplet: F6, EE and 3C. RGB value is (246,238,60). Sum of RGB (Red+Green+Blue) = 246+238+60=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 60 (23.83% from 255 or 11.03% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EE3C is #0911C3. Grayscale: #DCDCDC. Windows color (decimal): -594372 or 3993334. OLE color: 3993334.
HSL color Cylindrical-coordinate representation of color #F6EE3C: hue angle of 57.42º 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 #F6EE3C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 60 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.04 |
| HSL | 57.42º | 0.91% | 0.6% | - |
| HSV(B) | 57.42º | 0.76% | 0.96% | - |
| XYZ | 69.4 | 81.07 | 16.27 | - |
| YUV | 220.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 60 | 0 | 0.03 | 0.76 | 0.04 | 57.42 | 0.91 | 0.6 |
| Hex | F6 | EE | 3C | 0 | 3 | 4C | 4 | 39 | 5B | 3C |
| Octal | 366 | 356 | 74 | 0 | 3 | 114 | 4 | 71 | 133 | 74 |
| Binary | 11110110 | 11101110 | 111100 | 0 | 11 | 1001100 | 100 | 111001 | 1011011 | 111100 |
Color Harmonies of #F6EE3C
Complementary color
Monochromatic Colors of #F6EE3C
Black with #F6EE3C
Text Example
Text Example
White with #F6EE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EE3C; }
p { color: rgb(246,238,60); }
H1.HeaderClassName
{
color: #F6EE3C;
}
.AnyTagClassName
{
color: #F6EE3C;
}
</style>
background-color css
<style>
a { background-color: #F6EE3C; }
a { background-color: rgb(246,238,60); }
div.DivClassName
{
background-color: #F6EE3C;
}
.BgClassName
{
background-color: #F6EE3C;
}
</style>
border-color css
<style>
span { border-color: #F6EE3C; }
span { border-color: rgb(246,238,60); }
td.TdClassName
{
border-color: #F6EE3C;
}
.TagClassName
{
border-color: #F6EE3C;
}
</style>