Shades of Gorse #FDFE3A
Tints of Gorse #FDFE3A
RGB
CMYK
RGB Variations
Color information
#FDFE3A (or 0xFDFE3A) is known color: Gorse. HEX triplet: FD, FE and 3A. RGB value is (253,254,58). Sum of RGB (Red+Green+Blue) = 253+254+58=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 58 (23.05% from 255 or 10.27% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE3A is #0201C5. Grayscale: #E8E8E8. Windows color (decimal): -131526 or 3866365. OLE color: 3866365.
HSL color Cylindrical-coordinate representation of color #FDFE3A: hue angle of 60.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDFE3A is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 58 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.00 |
| HSL | 60.31º | 0.99% | 0.61% | - |
| HSV(B) | 60.31º | 0.77% | 1% | - |
| XYZ | 76.71 | 92.07 | 17.73 | - |
| YUV | 231.36 | 30.17 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 58 | 0.00 | 0 | 0.77 | 0.00 | 60.31 | 0.99 | 0.61 |
| Hex | FD | FE | 3A | 0 | 0 | 4D | 0 | 3C | 63 | 3D |
| Octal | 375 | 376 | 72 | 0 | 0 | 115 | 0 | 74 | 143 | 75 |
| Binary | 11111101 | 11111110 | 111010 | 0 | 0 | 1001101 | 0 | 111100 | 1100011 | 111101 |
Color Harmonies of #FDFE3A
Complementary color
Monochromatic Colors of #FDFE3A
Black with #FDFE3A
Text Example
Text Example
White with #FDFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE3A; }
p { color: rgb(253,254,58); }
H1.HeaderClassName
{
color: #FDFE3A;
}
.AnyTagClassName
{
color: #FDFE3A;
}
</style>
background-color css
<style>
a { background-color: #FDFE3A; }
a { background-color: rgb(253,254,58); }
div.DivClassName
{
background-color: #FDFE3A;
}
.BgClassName
{
background-color: #FDFE3A;
}
</style>
border-color css
<style>
span { border-color: #FDFE3A; }
span { border-color: rgb(253,254,58); }
td.TdClassName
{
border-color: #FDFE3A;
}
.TagClassName
{
border-color: #FDFE3A;
}
</style>