Shades of Gorse #FDFE39
Tints of Gorse #FDFE39
RGB
CMYK
RGB Variations
Color information
#FDFE39 (or 0xFDFE39) is known color: Gorse. HEX triplet: FD, FE and 39. RGB value is (253,254,57). Sum of RGB (Red+Green+Blue) = 253+254+57=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 57 (22.66% from 255 or 10.11% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE39 is #0201C6. Grayscale: #E8E8E8. Windows color (decimal): -131527 or 3800829. OLE color: 3800829.
HSL color Cylindrical-coordinate representation of color #FDFE39: hue angle of 60.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDFE39 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 57 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.00 |
| HSL | 60.3º | 0.99% | 0.61% | - |
| HSV(B) | 60.3º | 0.78% | 1% | - |
| XYZ | 76.69 | 92.06 | 17.6 | - |
| YUV | 231.24 | 29.67 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 57 | 0.00 | 0 | 0.78 | 0.00 | 60.3 | 0.99 | 0.61 |
| Hex | FD | FE | 39 | 0 | 0 | 4E | 0 | 3C | 63 | 3D |
| Octal | 375 | 376 | 71 | 0 | 0 | 116 | 0 | 74 | 143 | 75 |
| Binary | 11111101 | 11111110 | 111001 | 0 | 0 | 1001110 | 0 | 111100 | 1100011 | 111101 |
Color Harmonies of #FDFE39
Complementary color
Monochromatic Colors of #FDFE39
Black with #FDFE39
Text Example
Text Example
White with #FDFE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE39; }
p { color: rgb(253,254,57); }
H1.HeaderClassName
{
color: #FDFE39;
}
.AnyTagClassName
{
color: #FDFE39;
}
</style>
background-color css
<style>
a { background-color: #FDFE39; }
a { background-color: rgb(253,254,57); }
div.DivClassName
{
background-color: #FDFE39;
}
.BgClassName
{
background-color: #FDFE39;
}
</style>
border-color css
<style>
span { border-color: #FDFE39; }
span { border-color: rgb(253,254,57); }
td.TdClassName
{
border-color: #FDFE39;
}
.TagClassName
{
border-color: #FDFE39;
}
</style>