Shades of Gorse #FDFE31
Tints of Gorse #FDFE31
RGB
CMYK
RGB Variations
Color information
#FDFE31 (or 0xFDFE31) is known color: Gorse. HEX triplet: FD, FE and 31. RGB value is (253,254,49). Sum of RGB (Red+Green+Blue) = 253+254+49=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 49 (19.53% from 255 or 8.81% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE31 is #0201CE. Grayscale: #E7E7E7. Windows color (decimal): -131535 or 3276541. OLE color: 3276541.
HSL color Cylindrical-coordinate representation of color #FDFE31: hue angle of 60.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDFE31 is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 49 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.00 |
| HSL | 60.29º | 0.99% | 0.59% | - |
| HSV(B) | 60.29º | 0.81% | 1% | - |
| XYZ | 76.5 | 91.99 | 16.63 | - |
| YUV | 230.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 49 | 0.00 | 0 | 0.81 | 0.00 | 60.29 | 0.99 | 0.59 |
| Hex | FD | FE | 31 | 0 | 0 | 51 | 0 | 3C | 63 | 3B |
| Octal | 375 | 376 | 61 | 0 | 0 | 121 | 0 | 74 | 143 | 73 |
| Binary | 11111101 | 11111110 | 110001 | 0 | 0 | 1010001 | 0 | 111100 | 1100011 | 111011 |
Color Harmonies of #FDFE31
Complementary color
Monochromatic Colors of #FDFE31
Black with #FDFE31
Text Example
Text Example
White with #FDFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE31; }
p { color: rgb(253,254,49); }
H1.HeaderClassName
{
color: #FDFE31;
}
.AnyTagClassName
{
color: #FDFE31;
}
</style>
background-color css
<style>
a { background-color: #FDFE31; }
a { background-color: rgb(253,254,49); }
div.DivClassName
{
background-color: #FDFE31;
}
.BgClassName
{
background-color: #FDFE31;
}
</style>
border-color css
<style>
span { border-color: #FDFE31; }
span { border-color: rgb(253,254,49); }
td.TdClassName
{
border-color: #FDFE31;
}
.TagClassName
{
border-color: #FDFE31;
}
</style>