Shades of Gorse #FDFF28
Tints of Gorse #FDFF28
RGB
CMYK
RGB Variations
Color information
#FDFF28 (or 0xFDFF28) is known color: Gorse. HEX triplet: FD, FF and 28. RGB value is (253,255,40). Sum of RGB (Red+Green+Blue) = 253+255+40=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 40 (16.02% from 255 or 7.30% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF28 is #0200D7. Grayscale: #E6E6E6. Windows color (decimal): -131288 or 2686973. OLE color: 2686973.
HSL color Cylindrical-coordinate representation of color #FDFF28: hue angle of 60.56º 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 #FDFF28 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 40 | - |
| CMYK | 0.01 | 0 | 0.84 | 0 |
| HSL | 60.56º | 1% | 0.58% | - |
| HSV(B) | 60.56º | 0.84% | 1% | - |
| XYZ | 76.65 | 92.56 | 15.83 | - |
| YUV | 229.89 | 20.84 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 40 | 0.01 | 0 | 0.84 | 0 | 60.56 | 1 | 0.58 |
| Hex | FD | FF | 28 | 1 | 0 | 54 | 0 | 3D | 64 | 3A |
| Octal | 375 | 377 | 50 | 1 | 0 | 124 | 0 | 75 | 144 | 72 |
| Binary | 11111101 | 11111111 | 101000 | 1 | 0 | 1010100 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FDFF28
Complementary color
Monochromatic Colors of #FDFF28
Black with #FDFF28
Text Example
Text Example
White with #FDFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF28; }
p { color: rgb(253,255,40); }
H1.HeaderClassName
{
color: #FDFF28;
}
.AnyTagClassName
{
color: #FDFF28;
}
</style>
background-color css
<style>
a { background-color: #FDFF28; }
a { background-color: rgb(253,255,40); }
div.DivClassName
{
background-color: #FDFF28;
}
.BgClassName
{
background-color: #FDFF28;
}
</style>
border-color css
<style>
span { border-color: #FDFF28; }
span { border-color: rgb(253,255,40); }
td.TdClassName
{
border-color: #FDFF28;
}
.TagClassName
{
border-color: #FDFF28;
}
</style>