Shades of Gorse #FFFD2F
Tints of Gorse #FFFD2F
RGB
CMYK
RGB Variations
Color information
#FFFD2F (or 0xFFFD2F) is known color: Gorse. HEX triplet: FF, FD and 2F. RGB value is (255,253,47). Sum of RGB (Red+Green+Blue) = 255+253+47=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 47 (18.75% from 255 or 8.47% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD2F is #0002D0. Grayscale: #E6E6E6. Windows color (decimal): -721 or 3145215. OLE color: 3145215.
HSL color Cylindrical-coordinate representation of color #FFFD2F: hue angle of 59.42º 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 #FFFD2F is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 47 | - |
| CMYK | 0 | 0.01 | 0.82 | 0 |
| HSL | 59.42º | 1% | 0.59% | - |
| HSV(B) | 59.42º | 0.82% | 1% | - |
| XYZ | 76.88 | 91.72 | 16.34 | - |
| YUV | 230.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 47 | 0 | 0.01 | 0.82 | 0 | 59.42 | 1 | 0.59 |
| Hex | FF | FD | 2F | 0 | 1 | 52 | 0 | 3B | 64 | 3B |
| Octal | 377 | 375 | 57 | 0 | 1 | 122 | 0 | 73 | 144 | 73 |
| Binary | 11111111 | 11111101 | 101111 | 0 | 1 | 1010010 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFD2F
Complementary color
Monochromatic Colors of #FFFD2F
Black with #FFFD2F
Text Example
Text Example
White with #FFFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD2F; }
p { color: rgb(255,253,47); }
H1.HeaderClassName
{
color: #FFFD2F;
}
.AnyTagClassName
{
color: #FFFD2F;
}
</style>
background-color css
<style>
a { background-color: #FFFD2F; }
a { background-color: rgb(255,253,47); }
div.DivClassName
{
background-color: #FFFD2F;
}
.BgClassName
{
background-color: #FFFD2F;
}
</style>
border-color css
<style>
span { border-color: #FFFD2F; }
span { border-color: rgb(255,253,47); }
td.TdClassName
{
border-color: #FFFD2F;
}
.TagClassName
{
border-color: #FFFD2F;
}
</style>