Shades of Gorse #F6FF34
Tints of Gorse #F6FF34
RGB
CMYK
RGB Variations
Color information
#F6FF34 (or 0xF6FF34) is known color: Gorse. HEX triplet: F6, FF and 34. RGB value is (246,255,52). Sum of RGB (Red+Green+Blue) = 246+255+52=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 52 (20.70% from 255 or 9.40% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6FF34 is #0900CB. Grayscale: #E5E5E5. Windows color (decimal): -590028 or 3473398. OLE color: 3473398.
HSL color Cylindrical-coordinate representation of color #F6FF34: hue angle of 62.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6FF34 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 52 | - |
| CMYK | 0.04 | 0 | 0.80 | 0 |
| HSL | 62.66º | 1% | 0.6% | - |
| HSV(B) | 62.66º | 0.8% | 1% | - |
| XYZ | 74.39 | 91.36 | 16.96 | - |
| YUV | 229.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 52 | 0.04 | 0 | 0.80 | 0 | 62.66 | 1 | 0.6 |
| Hex | F6 | FF | 34 | 4 | 0 | 50 | 0 | 3F | 64 | 3C |
| Octal | 366 | 377 | 64 | 4 | 0 | 120 | 0 | 77 | 144 | 74 |
| Binary | 11110110 | 11111111 | 110100 | 100 | 0 | 1010000 | 0 | 111111 | 1100100 | 111100 |
Color Harmonies of #F6FF34
Complementary color
Monochromatic Colors of #F6FF34
Black with #F6FF34
Text Example
Text Example
White with #F6FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FF34; }
p { color: rgb(246,255,52); }
H1.HeaderClassName
{
color: #F6FF34;
}
.AnyTagClassName
{
color: #F6FF34;
}
</style>
background-color css
<style>
a { background-color: #F6FF34; }
a { background-color: rgb(246,255,52); }
div.DivClassName
{
background-color: #F6FF34;
}
.BgClassName
{
background-color: #F6FF34;
}
</style>
border-color css
<style>
span { border-color: #F6FF34; }
span { border-color: rgb(246,255,52); }
td.TdClassName
{
border-color: #F6FF34;
}
.TagClassName
{
border-color: #F6FF34;
}
</style>