Shades of Gorse #FFFF34
Tints of Gorse #FFFF34
RGB
CMYK
RGB Variations
Color information
#FFFF34 (or 0xFFFF34) is known color: Gorse. HEX triplet: FF, FF and 34. RGB value is (255,255,52). Sum of RGB (Red+Green+Blue) = 255+255+52=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 52 (20.70% from 255 or 9.25% from 562); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF34 is #0000CB. Grayscale: #E8E8E8. Windows color (decimal): -204 or 3473407. OLE color: 3473407.
HSL color Cylindrical-coordinate representation of color #FFFF34: hue angle of 60º 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 #FFFF34 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 52 | - |
| CMYK | 0 | 0 | 0.80 | 0 |
| HSL | 60º | 1% | 0.6% | - |
| HSV(B) | 60º | 0.8% | 1% | - |
| XYZ | 77.62 | 93.03 | 17.11 | - |
| YUV | 231.86 | 26.5 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 52 | 0 | 0 | 0.80 | 0 | 60 | 1 | 0.6 |
| Hex | FF | FF | 34 | 0 | 0 | 50 | 0 | 3C | 64 | 3C |
| Octal | 377 | 377 | 64 | 0 | 0 | 120 | 0 | 74 | 144 | 74 |
| Binary | 11111111 | 11111111 | 110100 | 0 | 0 | 1010000 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FFFF34
Complementary color
Monochromatic Colors of #FFFF34
Black with #FFFF34
Text Example
Text Example
White with #FFFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF34; }
p { color: rgb(255,255,52); }
H1.HeaderClassName
{
color: #FFFF34;
}
.AnyTagClassName
{
color: #FFFF34;
}
</style>
background-color css
<style>
a { background-color: #FFFF34; }
a { background-color: rgb(255,255,52); }
div.DivClassName
{
background-color: #FFFF34;
}
.BgClassName
{
background-color: #FFFF34;
}
</style>
border-color css
<style>
span { border-color: #FFFF34; }
span { border-color: rgb(255,255,52); }
td.TdClassName
{
border-color: #FFFF34;
}
.TagClassName
{
border-color: #FFFF34;
}
</style>