Shades of Gorse #FFFD3A
Tints of Gorse #FFFD3A
RGB
CMYK
RGB Variations
Color information
#FFFD3A (or 0xFFFD3A) is known color: Gorse. HEX triplet: FF, FD and 3A. RGB value is (255,253,58). Sum of RGB (Red+Green+Blue) = 255+253+58=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 58 (23.05% from 255 or 10.25% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD3A is #0002C5. Grayscale: #E8E8E8. Windows color (decimal): -710 or 3866111. OLE color: 3866111.
HSL color Cylindrical-coordinate representation of color #FFFD3A: hue angle of 59.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFFD3A is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 58 | - |
| CMYK | 0 | 0.01 | 0.77 | 0 |
| HSL | 59.39º | 1% | 0.61% | - |
| HSV(B) | 59.39º | 0.77% | 1% | - |
| XYZ | 77.13 | 91.82 | 17.66 | - |
| YUV | 231.37 | 30.16 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 58 | 0 | 0.01 | 0.77 | 0 | 59.39 | 1 | 0.61 |
| Hex | FF | FD | 3A | 0 | 1 | 4D | 0 | 3B | 64 | 3D |
| Octal | 377 | 375 | 72 | 0 | 1 | 115 | 0 | 73 | 144 | 75 |
| Binary | 11111111 | 11111101 | 111010 | 0 | 1 | 1001101 | 0 | 111011 | 1100100 | 111101 |
Color Harmonies of #FFFD3A
Complementary color
Monochromatic Colors of #FFFD3A
Black with #FFFD3A
Text Example
Text Example
White with #FFFD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD3A; }
p { color: rgb(255,253,58); }
H1.HeaderClassName
{
color: #FFFD3A;
}
.AnyTagClassName
{
color: #FFFD3A;
}
</style>
background-color css
<style>
a { background-color: #FFFD3A; }
a { background-color: rgb(255,253,58); }
div.DivClassName
{
background-color: #FFFD3A;
}
.BgClassName
{
background-color: #FFFD3A;
}
</style>
border-color css
<style>
span { border-color: #FFFD3A; }
span { border-color: rgb(255,253,58); }
td.TdClassName
{
border-color: #FFFD3A;
}
.TagClassName
{
border-color: #FFFD3A;
}
</style>