Shades of Gorse #FDFF2F
Tints of Gorse #FDFF2F
RGB
CMYK
RGB Variations
Color information
#FDFF2F (or 0xFDFF2F) is known color: Gorse. HEX triplet: FD, FF and 2F. RGB value is (253,255,47). Sum of RGB (Red+Green+Blue) = 253+255+47=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 47 (18.75% from 255 or 8.47% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF2F is #0200D0. Grayscale: #E7E7E7. Windows color (decimal): -131281 or 3145725. OLE color: 3145725.
HSL color Cylindrical-coordinate representation of color #FDFF2F: hue angle of 60.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDFF2F is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 47 | - |
| CMYK | 0.01 | 0 | 0.82 | 0 |
| HSL | 60.58º | 1% | 0.59% | - |
| HSV(B) | 60.58º | 0.82% | 1% | - |
| XYZ | 76.78 | 92.61 | 16.52 | - |
| YUV | 230.69 | 24.34 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 47 | 0.01 | 0 | 0.82 | 0 | 60.58 | 1 | 0.59 |
| Hex | FD | FF | 2F | 1 | 0 | 52 | 0 | 3D | 64 | 3B |
| Octal | 375 | 377 | 57 | 1 | 0 | 122 | 0 | 75 | 144 | 73 |
| Binary | 11111101 | 11111111 | 101111 | 1 | 0 | 1010010 | 0 | 111101 | 1100100 | 111011 |
Color Harmonies of #FDFF2F
Complementary color
Monochromatic Colors of #FDFF2F
Black with #FDFF2F
Text Example
Text Example
White with #FDFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF2F; }
p { color: rgb(253,255,47); }
H1.HeaderClassName
{
color: #FDFF2F;
}
.AnyTagClassName
{
color: #FDFF2F;
}
</style>
background-color css
<style>
a { background-color: #FDFF2F; }
a { background-color: rgb(253,255,47); }
div.DivClassName
{
background-color: #FDFF2F;
}
.BgClassName
{
background-color: #FDFF2F;
}
</style>
border-color css
<style>
span { border-color: #FDFF2F; }
span { border-color: rgb(253,255,47); }
td.TdClassName
{
border-color: #FDFF2F;
}
.TagClassName
{
border-color: #FDFF2F;
}
</style>