Shades of Gorse #FDFE37
Tints of Gorse #FDFE37
RGB
CMYK
RGB Variations
Color information
#FDFE37 (or 0xFDFE37) is known color: Gorse. HEX triplet: FD, FE and 37. RGB value is (253,254,55). Sum of RGB (Red+Green+Blue) = 253+254+55=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 55 (21.88% from 255 or 9.79% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE37 is #0201C8. Grayscale: #E7E7E7. Windows color (decimal): -131529 or 3669757. OLE color: 3669757.
HSL color Cylindrical-coordinate representation of color #FDFE37: 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 #FDFE37 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 55 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.00 |
| HSL | 60.3º | 0.99% | 0.61% | - |
| HSV(B) | 60.3º | 0.78% | 1% | - |
| XYZ | 76.64 | 92.04 | 17.34 | - |
| YUV | 231.02 | 28.67 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 55 | 0.00 | 0 | 0.78 | 0.00 | 60.3 | 0.99 | 0.61 |
| Hex | FD | FE | 37 | 0 | 0 | 4E | 0 | 3C | 63 | 3D |
| Octal | 375 | 376 | 67 | 0 | 0 | 116 | 0 | 74 | 143 | 75 |
| Binary | 11111101 | 11111110 | 110111 | 0 | 0 | 1001110 | 0 | 111100 | 1100011 | 111101 |
Color Harmonies of #FDFE37
Complementary color
Monochromatic Colors of #FDFE37
Black with #FDFE37
Text Example
Text Example
White with #FDFE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE37; }
p { color: rgb(253,254,55); }
H1.HeaderClassName
{
color: #FDFE37;
}
.AnyTagClassName
{
color: #FDFE37;
}
</style>
background-color css
<style>
a { background-color: #FDFE37; }
a { background-color: rgb(253,254,55); }
div.DivClassName
{
background-color: #FDFE37;
}
.BgClassName
{
background-color: #FDFE37;
}
</style>
border-color css
<style>
span { border-color: #FDFE37; }
span { border-color: rgb(253,254,55); }
td.TdClassName
{
border-color: #FDFE37;
}
.TagClassName
{
border-color: #FDFE37;
}
</style>