Shades of Gorse #FDFF36
Tints of Gorse #FDFF36
RGB
CMYK
RGB Variations
Color information
#FDFF36 (or 0xFDFF36) is known color: Gorse. HEX triplet: FD, FF and 36. RGB value is (253,255,54). Sum of RGB (Red+Green+Blue) = 253+255+54=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 54 (21.48% from 255 or 9.61% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF36 is #0200C9. Grayscale: #E8E8E8. Windows color (decimal): -131274 or 3604477. OLE color: 3604477.
HSL color Cylindrical-coordinate representation of color #FDFF36: hue angle of 60.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDFF36 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 54 | - |
| CMYK | 0.01 | 0 | 0.79 | 0 |
| HSL | 60.6º | 1% | 0.61% | - |
| HSV(B) | 60.6º | 0.79% | 1% | - |
| XYZ | 76.93 | 92.67 | 17.32 | - |
| YUV | 231.49 | 27.84 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 54 | 0.01 | 0 | 0.79 | 0 | 60.6 | 1 | 0.61 |
| Hex | FD | FF | 36 | 1 | 0 | 4F | 0 | 3D | 64 | 3D |
| Octal | 375 | 377 | 66 | 1 | 0 | 117 | 0 | 75 | 144 | 75 |
| Binary | 11111101 | 11111111 | 110110 | 1 | 0 | 1001111 | 0 | 111101 | 1100100 | 111101 |
Color Harmonies of #FDFF36
Complementary color
Monochromatic Colors of #FDFF36
Black with #FDFF36
Text Example
Text Example
White with #FDFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF36; }
p { color: rgb(253,255,54); }
H1.HeaderClassName
{
color: #FDFF36;
}
.AnyTagClassName
{
color: #FDFF36;
}
</style>
background-color css
<style>
a { background-color: #FDFF36; }
a { background-color: rgb(253,255,54); }
div.DivClassName
{
background-color: #FDFF36;
}
.BgClassName
{
background-color: #FDFF36;
}
</style>
border-color css
<style>
span { border-color: #FDFF36; }
span { border-color: rgb(253,255,54); }
td.TdClassName
{
border-color: #FDFF36;
}
.TagClassName
{
border-color: #FDFF36;
}
</style>