Shades of Gorse #FDFD2A
Tints of Gorse #FDFD2A
RGB
CMYK
RGB Variations
Color information
#FDFD2A (or 0xFDFD2A) is known color: Gorse. HEX triplet: FD, FD and 2A. RGB value is (253,253,42). Sum of RGB (Red+Green+Blue) = 253+253+42=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 42 (16.80% from 255 or 7.66% from 548); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD2A is #0202D5. Grayscale: #E5E5E5. Windows color (decimal): -131798 or 2817533. OLE color: 2817533.
HSL color Cylindrical-coordinate representation of color #FDFD2A: hue angle of 60º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDFD2A is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 42 | - |
| CMYK | 0 | 0 | 0.83 | 0.01 |
| HSL | 60º | 0.98% | 0.58% | - |
| HSV(B) | 60º | 0.83% | 0.99% | - |
| XYZ | 76.05 | 91.3 | 15.8 | - |
| YUV | 228.95 | 22.5 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 42 | 0 | 0 | 0.83 | 0.01 | 60 | 0.98 | 0.58 |
| Hex | FD | FD | 2A | 0 | 0 | 53 | 1 | 3C | 62 | 3A |
| Octal | 375 | 375 | 52 | 0 | 0 | 123 | 1 | 74 | 142 | 72 |
| Binary | 11111101 | 11111101 | 101010 | 0 | 0 | 1010011 | 1 | 111100 | 1100010 | 111010 |
Color Harmonies of #FDFD2A
Complementary color
Monochromatic Colors of #FDFD2A
Black with #FDFD2A
Text Example
Text Example
White with #FDFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD2A; }
p { color: rgb(253,253,42); }
H1.HeaderClassName
{
color: #FDFD2A;
}
.AnyTagClassName
{
color: #FDFD2A;
}
</style>
background-color css
<style>
a { background-color: #FDFD2A; }
a { background-color: rgb(253,253,42); }
div.DivClassName
{
background-color: #FDFD2A;
}
.BgClassName
{
background-color: #FDFD2A;
}
</style>
border-color css
<style>
span { border-color: #FDFD2A; }
span { border-color: rgb(253,253,42); }
td.TdClassName
{
border-color: #FDFD2A;
}
.TagClassName
{
border-color: #FDFD2A;
}
</style>