Shades of Gorse #FFFF28
Tints of Gorse #FFFF28
RGB
CMYK
RGB Variations
Color information
#FFFF28 (or 0xFFFF28) is known color: Gorse. HEX triplet: FF, FF and 28. RGB value is (255,255,40). Sum of RGB (Red+Green+Blue) = 255+255+40=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 40 (16.02% from 255 or 7.27% from 550); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF28 is #0000D7. Grayscale: #E7E7E7. Windows color (decimal): -216 or 2686975. OLE color: 2686975.
HSL color Cylindrical-coordinate representation of color #FFFF28: hue angle of 60º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFFF28 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 40 | - |
| CMYK | 0 | 0 | 0.84 | 0 |
| HSL | 60º | 1% | 0.58% | - |
| HSV(B) | 60º | 0.84% | 1% | - |
| XYZ | 77.38 | 92.93 | 15.87 | - |
| YUV | 230.49 | 20.5 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 40 | 0 | 0 | 0.84 | 0 | 60 | 1 | 0.58 |
| Hex | FF | FF | 28 | 0 | 0 | 54 | 0 | 3C | 64 | 3A |
| Octal | 377 | 377 | 50 | 0 | 0 | 124 | 0 | 74 | 144 | 72 |
| Binary | 11111111 | 11111111 | 101000 | 0 | 0 | 1010100 | 0 | 111100 | 1100100 | 111010 |
Color Harmonies of #FFFF28
Complementary color
Monochromatic Colors of #FFFF28
Black with #FFFF28
Text Example
Text Example
White with #FFFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF28; }
p { color: rgb(255,255,40); }
H1.HeaderClassName
{
color: #FFFF28;
}
.AnyTagClassName
{
color: #FFFF28;
}
</style>
background-color css
<style>
a { background-color: #FFFF28; }
a { background-color: rgb(255,255,40); }
div.DivClassName
{
background-color: #FFFF28;
}
.BgClassName
{
background-color: #FFFF28;
}
</style>
border-color css
<style>
span { border-color: #FFFF28; }
span { border-color: rgb(255,255,40); }
td.TdClassName
{
border-color: #FFFF28;
}
.TagClassName
{
border-color: #FFFF28;
}
</style>