Shades of Gorse #FFFD2C
Tints of Gorse #FFFD2C
RGB
CMYK
RGB Variations
Color information
#FFFD2C (or 0xFFFD2C) is known color: Gorse. HEX triplet: FF, FD and 2C. RGB value is (255,253,44). Sum of RGB (Red+Green+Blue) = 255+253+44=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 44 (17.58% from 255 or 7.97% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD2C is #0002D3. Grayscale: #E6E6E6. Windows color (decimal): -724 or 2948607. OLE color: 2948607.
HSL color Cylindrical-coordinate representation of color #FFFD2C: hue angle of 59.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFFD2C is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 44 | - |
| CMYK | 0 | 0.01 | 0.83 | 0 |
| HSL | 59.43º | 1% | 0.59% | - |
| HSV(B) | 59.43º | 0.83% | 1% | - |
| XYZ | 76.82 | 91.69 | 16.03 | - |
| YUV | 229.77 | 23.16 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 44 | 0 | 0.01 | 0.83 | 0 | 59.43 | 1 | 0.59 |
| Hex | FF | FD | 2C | 0 | 1 | 53 | 0 | 3B | 64 | 3B |
| Octal | 377 | 375 | 54 | 0 | 1 | 123 | 0 | 73 | 144 | 73 |
| Binary | 11111111 | 11111101 | 101100 | 0 | 1 | 1010011 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFD2C
Complementary color
Monochromatic Colors of #FFFD2C
Black with #FFFD2C
Text Example
Text Example
White with #FFFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD2C; }
p { color: rgb(255,253,44); }
H1.HeaderClassName
{
color: #FFFD2C;
}
.AnyTagClassName
{
color: #FFFD2C;
}
</style>
background-color css
<style>
a { background-color: #FFFD2C; }
a { background-color: rgb(255,253,44); }
div.DivClassName
{
background-color: #FFFD2C;
}
.BgClassName
{
background-color: #FFFD2C;
}
</style>
border-color css
<style>
span { border-color: #FFFD2C; }
span { border-color: rgb(255,253,44); }
td.TdClassName
{
border-color: #FFFD2C;
}
.TagClassName
{
border-color: #FFFD2C;
}
</style>