Shades of Gorse #FDFC34
Tints of Gorse #FDFC34
RGB
CMYK
RGB Variations
Color information
#FDFC34 (or 0xFDFC34) is known color: Gorse. HEX triplet: FD, FC and 34. RGB value is (253,252,52). Sum of RGB (Red+Green+Blue) = 253+252+52=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 52 (20.70% from 255 or 9.34% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC34 is #0203CB. Grayscale: #E6E6E6. Windows color (decimal): -132044 or 3472637. OLE color: 3472637.
HSL color Cylindrical-coordinate representation of color #FDFC34: hue angle of 59.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDFC34 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 52 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.01 |
| HSL | 59.7º | 0.98% | 0.6% | - |
| HSV(B) | 59.7º | 0.79% | 0.99% | - |
| XYZ | 75.94 | 90.75 | 16.76 | - |
| YUV | 229.5 | 27.83 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 52 | 0 | 0.00 | 0.79 | 0.01 | 59.7 | 0.98 | 0.6 |
| Hex | FD | FC | 34 | 0 | 0 | 4F | 1 | 3C | 62 | 3C |
| Octal | 375 | 374 | 64 | 0 | 0 | 117 | 1 | 74 | 142 | 74 |
| Binary | 11111101 | 11111100 | 110100 | 0 | 0 | 1001111 | 1 | 111100 | 1100010 | 111100 |
Color Harmonies of #FDFC34
Complementary color
Monochromatic Colors of #FDFC34
Black with #FDFC34
Text Example
Text Example
White with #FDFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC34; }
p { color: rgb(253,252,52); }
H1.HeaderClassName
{
color: #FDFC34;
}
.AnyTagClassName
{
color: #FDFC34;
}
</style>
background-color css
<style>
a { background-color: #FDFC34; }
a { background-color: rgb(253,252,52); }
div.DivClassName
{
background-color: #FDFC34;
}
.BgClassName
{
background-color: #FDFC34;
}
</style>
border-color css
<style>
span { border-color: #FDFC34; }
span { border-color: rgb(253,252,52); }
td.TdClassName
{
border-color: #FDFC34;
}
.TagClassName
{
border-color: #FDFC34;
}
</style>