Shades of Gorse #FFFD37
Tints of Gorse #FFFD37
RGB
CMYK
RGB Variations
Color information
#FFFD37 (or 0xFFFD37) is known color: Gorse. HEX triplet: FF, FD and 37. RGB value is (255,253,55). Sum of RGB (Red+Green+Blue) = 255+253+55=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 55 (21.88% from 255 or 9.77% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD37 is #0002C8. Grayscale: #E7E7E7. Windows color (decimal): -713 or 3669503. OLE color: 3669503.
HSL color Cylindrical-coordinate representation of color #FFFD37: hue angle of 59.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFFD37 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 55 | - |
| CMYK | 0 | 0.01 | 0.78 | 0 |
| HSL | 59.4º | 1% | 0.61% | - |
| HSV(B) | 59.4º | 0.78% | 1% | - |
| XYZ | 77.05 | 91.79 | 17.27 | - |
| YUV | 231.03 | 28.66 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 55 | 0 | 0.01 | 0.78 | 0 | 59.4 | 1 | 0.61 |
| Hex | FF | FD | 37 | 0 | 1 | 4E | 0 | 3B | 64 | 3D |
| Octal | 377 | 375 | 67 | 0 | 1 | 116 | 0 | 73 | 144 | 75 |
| Binary | 11111111 | 11111101 | 110111 | 0 | 1 | 1001110 | 0 | 111011 | 1100100 | 111101 |
Color Harmonies of #FFFD37
Complementary color
Monochromatic Colors of #FFFD37
Black with #FFFD37
Text Example
Text Example
White with #FFFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD37; }
p { color: rgb(255,253,55); }
H1.HeaderClassName
{
color: #FFFD37;
}
.AnyTagClassName
{
color: #FFFD37;
}
</style>
background-color css
<style>
a { background-color: #FFFD37; }
a { background-color: rgb(255,253,55); }
div.DivClassName
{
background-color: #FFFD37;
}
.BgClassName
{
background-color: #FFFD37;
}
</style>
border-color css
<style>
span { border-color: #FFFD37; }
span { border-color: rgb(255,253,55); }
td.TdClassName
{
border-color: #FFFD37;
}
.TagClassName
{
border-color: #FFFD37;
}
</style>