Shades of Gorse #FFFF35
Tints of Gorse #FFFF35
RGB
CMYK
RGB Variations
Color information
#FFFF35 (or 0xFFFF35) is known color: Gorse. HEX triplet: FF, FF and 35. RGB value is (255,255,53). Sum of RGB (Red+Green+Blue) = 255+255+53=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 53 (21.09% from 255 or 9.41% from 563); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF35 is #0000CA. Grayscale: #E8E8E8. Windows color (decimal): -203 or 3538943. OLE color: 3538943.
HSL color Cylindrical-coordinate representation of color #FFFF35: hue angle of 60º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFFF35 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 53 | - |
| CMYK | 0 | 0 | 0.79 | 0 |
| HSL | 60º | 1% | 0.6% | - |
| HSV(B) | 60º | 0.79% | 1% | - |
| XYZ | 77.64 | 93.04 | 17.23 | - |
| YUV | 231.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 53 | 0 | 0 | 0.79 | 0 | 60 | 1 | 0.6 |
| Hex | FF | FF | 35 | 0 | 0 | 4F | 0 | 3C | 64 | 3C |
| Octal | 377 | 377 | 65 | 0 | 0 | 117 | 0 | 74 | 144 | 74 |
| Binary | 11111111 | 11111111 | 110101 | 0 | 0 | 1001111 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FFFF35
Complementary color
Monochromatic Colors of #FFFF35
Black with #FFFF35
Text Example
Text Example
White with #FFFF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF35; }
p { color: rgb(255,255,53); }
H1.HeaderClassName
{
color: #FFFF35;
}
.AnyTagClassName
{
color: #FFFF35;
}
</style>
background-color css
<style>
a { background-color: #FFFF35; }
a { background-color: rgb(255,255,53); }
div.DivClassName
{
background-color: #FFFF35;
}
.BgClassName
{
background-color: #FFFF35;
}
</style>
border-color css
<style>
span { border-color: #FFFF35; }
span { border-color: rgb(255,255,53); }
td.TdClassName
{
border-color: #FFFF35;
}
.TagClassName
{
border-color: #FFFF35;
}
</style>