Shades of Gorse #FFFD2D
Tints of Gorse #FFFD2D
RGB
CMYK
RGB Variations
Color information
#FFFD2D (or 0xFFFD2D) is known color: Gorse. HEX triplet: FF, FD and 2D. RGB value is (255,253,45). Sum of RGB (Red+Green+Blue) = 255+253+45=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 45 (17.97% from 255 or 8.14% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD2D is #0002D2. Grayscale: #E6E6E6. Windows color (decimal): -723 or 3014143. OLE color: 3014143.
HSL color Cylindrical-coordinate representation of color #FFFD2D: hue angle of 59.43º 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 #FFFD2D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 45 | - |
| CMYK | 0 | 0.01 | 0.82 | 0 |
| HSL | 59.43º | 1% | 0.59% | - |
| HSV(B) | 59.43º | 0.82% | 1% | - |
| XYZ | 76.84 | 91.7 | 16.13 | - |
| YUV | 229.89 | 23.66 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 45 | 0 | 0.01 | 0.82 | 0 | 59.43 | 1 | 0.59 |
| Hex | FF | FD | 2D | 0 | 1 | 52 | 0 | 3B | 64 | 3B |
| Octal | 377 | 375 | 55 | 0 | 1 | 122 | 0 | 73 | 144 | 73 |
| Binary | 11111111 | 11111101 | 101101 | 0 | 1 | 1010010 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFD2D
Complementary color
Monochromatic Colors of #FFFD2D
Black with #FFFD2D
Text Example
Text Example
White with #FFFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD2D; }
p { color: rgb(255,253,45); }
H1.HeaderClassName
{
color: #FFFD2D;
}
.AnyTagClassName
{
color: #FFFD2D;
}
</style>
background-color css
<style>
a { background-color: #FFFD2D; }
a { background-color: rgb(255,253,45); }
div.DivClassName
{
background-color: #FFFD2D;
}
.BgClassName
{
background-color: #FFFD2D;
}
</style>
border-color css
<style>
span { border-color: #FFFD2D; }
span { border-color: rgb(255,253,45); }
td.TdClassName
{
border-color: #FFFD2D;
}
.TagClassName
{
border-color: #FFFD2D;
}
</style>