Shades of Gorse #FDFF3A
Tints of Gorse #FDFF3A
RGB
CMYK
RGB Variations
Color information
#FDFF3A (or 0xFDFF3A) is known color: Gorse. HEX triplet: FD, FF and 3A. RGB value is (253,255,58). Sum of RGB (Red+Green+Blue) = 253+255+58=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 58 (23.05% from 255 or 10.25% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF3A is #0200C5. Grayscale: #E8E8E8. Windows color (decimal): -131270 or 3866621. OLE color: 3866621.
HSL color Cylindrical-coordinate representation of color #FDFF3A: hue angle of 60.61º 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 #FDFF3A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 58 | - |
| CMYK | 0.01 | 0 | 0.77 | 0 |
| HSL | 60.61º | 1% | 0.61% | - |
| HSV(B) | 60.61º | 0.77% | 1% | - |
| XYZ | 77.03 | 92.71 | 17.84 | - |
| YUV | 231.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 58 | 0.01 | 0 | 0.77 | 0 | 60.61 | 1 | 0.61 |
| Hex | FD | FF | 3A | 1 | 0 | 4D | 0 | 3D | 64 | 3D |
| Octal | 375 | 377 | 72 | 1 | 0 | 115 | 0 | 75 | 144 | 75 |
| Binary | 11111101 | 11111111 | 111010 | 1 | 0 | 1001101 | 0 | 111101 | 1100100 | 111101 |
Color Harmonies of #FDFF3A
Complementary color
Monochromatic Colors of #FDFF3A
Black with #FDFF3A
Text Example
Text Example
White with #FDFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF3A; }
p { color: rgb(253,255,58); }
H1.HeaderClassName
{
color: #FDFF3A;
}
.AnyTagClassName
{
color: #FDFF3A;
}
</style>
background-color css
<style>
a { background-color: #FDFF3A; }
a { background-color: rgb(253,255,58); }
div.DivClassName
{
background-color: #FDFF3A;
}
.BgClassName
{
background-color: #FDFF3A;
}
</style>
border-color css
<style>
span { border-color: #FDFF3A; }
span { border-color: rgb(253,255,58); }
td.TdClassName
{
border-color: #FDFF3A;
}
.TagClassName
{
border-color: #FDFF3A;
}
</style>