Shades of Gorse #F6E430
Tints of Gorse #F6E430
RGB
CMYK
RGB Variations
Color information
#F6E430 (or 0xF6E430) is known color: Gorse. HEX triplet: F6, E4 and 30. RGB value is (246,228,48). Sum of RGB (Red+Green+Blue) = 246+228+48=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E430 is #091BCF. Grayscale: #D5D5D5. Windows color (decimal): -596944 or 3204342. OLE color: 3204342.
HSL color Cylindrical-coordinate representation of color #F6E430: hue angle of 54.55º 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 #F6E430 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 48 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.04 |
| HSL | 54.55º | 0.92% | 0.58% | - |
| HSV(B) | 54.55º | 0.8% | 0.96% | - |
| XYZ | 66.28 | 75.29 | 13.84 | - |
| YUV | 212.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 48 | 0 | 0.07 | 0.80 | 0.04 | 54.55 | 0.92 | 0.58 |
| Hex | F6 | E4 | 30 | 0 | 7 | 50 | 4 | 37 | 5C | 3A |
| Octal | 366 | 344 | 60 | 0 | 7 | 120 | 4 | 67 | 134 | 72 |
| Binary | 11110110 | 11100100 | 110000 | 0 | 111 | 1010000 | 100 | 110111 | 1011100 | 111010 |
Color Harmonies of #F6E430
Complementary color
Monochromatic Colors of #F6E430
Black with #F6E430
Text Example
Text Example
White with #F6E430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E430; }
p { color: rgb(246,228,48); }
H1.HeaderClassName
{
color: #F6E430;
}
.AnyTagClassName
{
color: #F6E430;
}
</style>
background-color css
<style>
a { background-color: #F6E430; }
a { background-color: rgb(246,228,48); }
div.DivClassName
{
background-color: #F6E430;
}
.BgClassName
{
background-color: #F6E430;
}
</style>
border-color css
<style>
span { border-color: #F6E430; }
span { border-color: rgb(246,228,48); }
td.TdClassName
{
border-color: #F6E430;
}
.TagClassName
{
border-color: #F6E430;
}
</style>