Shades of Gorse #FDFF39
Tints of Gorse #FDFF39
RGB
CMYK
RGB Variations
Color information
#FDFF39 (or 0xFDFF39) is known color: Gorse. HEX triplet: FD, FF and 39. RGB value is (253,255,57). Sum of RGB (Red+Green+Blue) = 253+255+57=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 57 (22.66% from 255 or 10.09% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF39 is #0200C6. Grayscale: #E8E8E8. Windows color (decimal): -131271 or 3801085. OLE color: 3801085.
HSL color Cylindrical-coordinate representation of color #FDFF39: hue angle of 60.61º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDFF39 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 57 | - |
| CMYK | 0.01 | 0 | 0.78 | 0 |
| HSL | 60.61º | 1% | 0.61% | - |
| HSV(B) | 60.61º | 0.78% | 1% | - |
| XYZ | 77.01 | 92.7 | 17.7 | - |
| YUV | 231.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 57 | 0.01 | 0 | 0.78 | 0 | 60.61 | 1 | 0.61 |
| Hex | FD | FF | 39 | 1 | 0 | 4E | 0 | 3D | 64 | 3D |
| Octal | 375 | 377 | 71 | 1 | 0 | 116 | 0 | 75 | 144 | 75 |
| Binary | 11111101 | 11111111 | 111001 | 1 | 0 | 1001110 | 0 | 111101 | 1100100 | 111101 |
Color Harmonies of #FDFF39
Complementary color
Monochromatic Colors of #FDFF39
Black with #FDFF39
Text Example
Text Example
White with #FDFF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF39; }
p { color: rgb(253,255,57); }
H1.HeaderClassName
{
color: #FDFF39;
}
.AnyTagClassName
{
color: #FDFF39;
}
</style>
background-color css
<style>
a { background-color: #FDFF39; }
a { background-color: rgb(253,255,57); }
div.DivClassName
{
background-color: #FDFF39;
}
.BgClassName
{
background-color: #FDFF39;
}
</style>
border-color css
<style>
span { border-color: #FDFF39; }
span { border-color: rgb(253,255,57); }
td.TdClassName
{
border-color: #FDFF39;
}
.TagClassName
{
border-color: #FDFF39;
}
</style>