Shades of Gorse #F6E532
Tints of Gorse #F6E532
RGB
CMYK
RGB Variations
Color information
#F6E532 (or 0xF6E532) is known color: Gorse. HEX triplet: F6, E5 and 32. RGB value is (246,229,50). Sum of RGB (Red+Green+Blue) = 246+229+50=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E532 is #091ACD. Grayscale: #D6D6D6. Windows color (decimal): -596686 or 3335670. OLE color: 3335670.
HSL color Cylindrical-coordinate representation of color #F6E532: hue angle of 54.8º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6E532 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 50 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.04 |
| HSL | 54.8º | 0.92% | 0.58% | - |
| HSV(B) | 54.8º | 0.8% | 0.96% | - |
| XYZ | 66.6 | 75.86 | 14.15 | - |
| YUV | 213.68 | 35.63 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 50 | 0 | 0.07 | 0.80 | 0.04 | 54.8 | 0.92 | 0.58 |
| Hex | F6 | E5 | 32 | 0 | 7 | 50 | 4 | 37 | 5C | 3A |
| Octal | 366 | 345 | 62 | 0 | 7 | 120 | 4 | 67 | 134 | 72 |
| Binary | 11110110 | 11100101 | 110010 | 0 | 111 | 1010000 | 100 | 110111 | 1011100 | 111010 |
Color Harmonies of #F6E532
Complementary color
Monochromatic Colors of #F6E532
Black with #F6E532
Text Example
Text Example
White with #F6E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E532; }
p { color: rgb(246,229,50); }
H1.HeaderClassName
{
color: #F6E532;
}
.AnyTagClassName
{
color: #F6E532;
}
</style>
background-color css
<style>
a { background-color: #F6E532; }
a { background-color: rgb(246,229,50); }
div.DivClassName
{
background-color: #F6E532;
}
.BgClassName
{
background-color: #F6E532;
}
</style>
border-color css
<style>
span { border-color: #F6E532; }
span { border-color: rgb(246,229,50); }
td.TdClassName
{
border-color: #F6E532;
}
.TagClassName
{
border-color: #F6E532;
}
</style>