Shades of Gorse #FFFD3B
Tints of Gorse #FFFD3B
RGB
CMYK
RGB Variations
Color information
#FFFD3B (or 0xFFFD3B) is known color: Gorse. HEX triplet: FF, FD and 3B. RGB value is (255,253,59). Sum of RGB (Red+Green+Blue) = 255+253+59=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 59 (23.44% from 255 or 10.41% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD3B is #0002C4. Grayscale: #E8E8E8. Windows color (decimal): -709 or 3931647. OLE color: 3931647.
HSL color Cylindrical-coordinate representation of color #FFFD3B: hue angle of 59.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFFD3B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 59 | - |
| CMYK | 0 | 0.01 | 0.77 | 0 |
| HSL | 59.39º | 1% | 0.62% | - |
| HSV(B) | 59.39º | 0.77% | 1% | - |
| XYZ | 77.15 | 91.83 | 17.8 | - |
| YUV | 231.48 | 30.66 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 59 | 0 | 0.01 | 0.77 | 0 | 59.39 | 1 | 0.62 |
| Hex | FF | FD | 3B | 0 | 1 | 4D | 0 | 3B | 64 | 3E |
| Octal | 377 | 375 | 73 | 0 | 1 | 115 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111101 | 111011 | 0 | 1 | 1001101 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFD3B
Complementary color
Monochromatic Colors of #FFFD3B
Black with #FFFD3B
Text Example
Text Example
White with #FFFD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD3B; }
p { color: rgb(255,253,59); }
H1.HeaderClassName
{
color: #FFFD3B;
}
.AnyTagClassName
{
color: #FFFD3B;
}
</style>
background-color css
<style>
a { background-color: #FFFD3B; }
a { background-color: rgb(255,253,59); }
div.DivClassName
{
background-color: #FFFD3B;
}
.BgClassName
{
background-color: #FFFD3B;
}
</style>
border-color css
<style>
span { border-color: #FFFD3B; }
span { border-color: rgb(255,253,59); }
td.TdClassName
{
border-color: #FFFD3B;
}
.TagClassName
{
border-color: #FFFD3B;
}
</style>