Shades of Gorse #FDFD2F
Tints of Gorse #FDFD2F
RGB
CMYK
RGB Variations
Color information
#FDFD2F (or 0xFDFD2F) is known color: Gorse. HEX triplet: FD, FD and 2F. RGB value is (253,253,47). Sum of RGB (Red+Green+Blue) = 253+253+47=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 47 (18.75% from 255 or 8.50% from 553); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD2F is #0202D0. Grayscale: #E6E6E6. Windows color (decimal): -131793 or 3145213. OLE color: 3145213.
HSL color Cylindrical-coordinate representation of color #FDFD2F: hue angle of 60º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDFD2F is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 47 | - |
| CMYK | 0 | 0 | 0.81 | 0.01 |
| HSL | 60º | 0.98% | 0.59% | - |
| HSV(B) | 60º | 0.81% | 0.99% | - |
| XYZ | 76.15 | 91.34 | 16.31 | - |
| YUV | 229.52 | 25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 47 | 0 | 0 | 0.81 | 0.01 | 60 | 0.98 | 0.59 |
| Hex | FD | FD | 2F | 0 | 0 | 51 | 1 | 3C | 62 | 3B |
| Octal | 375 | 375 | 57 | 0 | 0 | 121 | 1 | 74 | 142 | 73 |
| Binary | 11111101 | 11111101 | 101111 | 0 | 0 | 1010001 | 1 | 111100 | 1100010 | 111011 |
Color Harmonies of #FDFD2F
Complementary color
Monochromatic Colors of #FDFD2F
Black with #FDFD2F
Text Example
Text Example
White with #FDFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD2F; }
p { color: rgb(253,253,47); }
H1.HeaderClassName
{
color: #FDFD2F;
}
.AnyTagClassName
{
color: #FDFD2F;
}
</style>
background-color css
<style>
a { background-color: #FDFD2F; }
a { background-color: rgb(253,253,47); }
div.DivClassName
{
background-color: #FDFD2F;
}
.BgClassName
{
background-color: #FDFD2F;
}
</style>
border-color css
<style>
span { border-color: #FDFD2F; }
span { border-color: rgb(253,253,47); }
td.TdClassName
{
border-color: #FDFD2F;
}
.TagClassName
{
border-color: #FDFD2F;
}
</style>