Shades of Gorse #FDFC2B
Tints of Gorse #FDFC2B
RGB
CMYK
RGB Variations
Color information
#FDFC2B (or 0xFDFC2B) is known color: Gorse. HEX triplet: FD, FC and 2B. RGB value is (253,252,43). Sum of RGB (Red+Green+Blue) = 253+252+43=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 43 (17.19% from 255 or 7.85% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC2B is #0203D4. Grayscale: #E5E5E5. Windows color (decimal): -132053 or 2882813. OLE color: 2882813.
HSL color Cylindrical-coordinate representation of color #FDFC2B: hue angle of 59.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDFC2B is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 43 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.01 |
| HSL | 59.71º | 0.98% | 0.58% | - |
| HSV(B) | 59.71º | 0.83% | 0.99% | - |
| XYZ | 75.75 | 90.68 | 15.8 | - |
| YUV | 228.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 43 | 0 | 0.00 | 0.83 | 0.01 | 59.71 | 0.98 | 0.58 |
| Hex | FD | FC | 2B | 0 | 0 | 53 | 1 | 3C | 62 | 3A |
| Octal | 375 | 374 | 53 | 0 | 0 | 123 | 1 | 74 | 142 | 72 |
| Binary | 11111101 | 11111100 | 101011 | 0 | 0 | 1010011 | 1 | 111100 | 1100010 | 111010 |
Color Harmonies of #FDFC2B
Complementary color
Monochromatic Colors of #FDFC2B
Black with #FDFC2B
Text Example
Text Example
White with #FDFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC2B; }
p { color: rgb(253,252,43); }
H1.HeaderClassName
{
color: #FDFC2B;
}
.AnyTagClassName
{
color: #FDFC2B;
}
</style>
background-color css
<style>
a { background-color: #FDFC2B; }
a { background-color: rgb(253,252,43); }
div.DivClassName
{
background-color: #FDFC2B;
}
.BgClassName
{
background-color: #FDFC2B;
}
</style>
border-color css
<style>
span { border-color: #FDFC2B; }
span { border-color: rgb(253,252,43); }
td.TdClassName
{
border-color: #FDFC2B;
}
.TagClassName
{
border-color: #FDFC2B;
}
</style>