Shades of Gorse #F6E530
Tints of Gorse #F6E530
RGB
CMYK
RGB Variations
Color information
#F6E530 (or 0xF6E530) is known color: Gorse. HEX triplet: F6, E5 and 30. RGB value is (246,229,48). Sum of RGB (Red+Green+Blue) = 246+229+48=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E530 is #091ACF. Grayscale: #D6D6D6. Windows color (decimal): -596688 or 3204598. OLE color: 3204598.
HSL color Cylindrical-coordinate representation of color #F6E530: hue angle of 54.85º 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 #F6E530 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 48 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.04 |
| HSL | 54.85º | 0.92% | 0.58% | - |
| HSV(B) | 54.85º | 0.8% | 0.96% | - |
| XYZ | 66.56 | 75.84 | 13.93 | - |
| YUV | 213.45 | 34.63 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 48 | 0 | 0.07 | 0.80 | 0.04 | 54.85 | 0.92 | 0.58 |
| Hex | F6 | E5 | 30 | 0 | 7 | 50 | 4 | 37 | 5C | 3A |
| Octal | 366 | 345 | 60 | 0 | 7 | 120 | 4 | 67 | 134 | 72 |
| Binary | 11110110 | 11100101 | 110000 | 0 | 111 | 1010000 | 100 | 110111 | 1011100 | 111010 |
Color Harmonies of #F6E530
Complementary color
Monochromatic Colors of #F6E530
Black with #F6E530
Text Example
Text Example
White with #F6E530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E530; }
p { color: rgb(246,229,48); }
H1.HeaderClassName
{
color: #F6E530;
}
.AnyTagClassName
{
color: #F6E530;
}
</style>
background-color css
<style>
a { background-color: #F6E530; }
a { background-color: rgb(246,229,48); }
div.DivClassName
{
background-color: #F6E530;
}
.BgClassName
{
background-color: #F6E530;
}
</style>
border-color css
<style>
span { border-color: #F6E530; }
span { border-color: rgb(246,229,48); }
td.TdClassName
{
border-color: #F6E530;
}
.TagClassName
{
border-color: #F6E530;
}
</style>