Shades of Gorse #FDFC33
Tints of Gorse #FDFC33
RGB
CMYK
RGB Variations
Color information
#FDFC33 (or 0xFDFC33) is known color: Gorse. HEX triplet: FD, FC and 33. RGB value is (253,252,51). Sum of RGB (Red+Green+Blue) = 253+252+51=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 51 (20.31% from 255 or 9.17% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC33 is #0203CC. Grayscale: #E6E6E6. Windows color (decimal): -132045 or 3407101. OLE color: 3407101.
HSL color Cylindrical-coordinate representation of color #FDFC33: 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.8%. Process color model (Four color, CMYK) of #FDFC33 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 51 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.01 |
| HSL | 59.7º | 0.98% | 0.6% | - |
| HSV(B) | 59.7º | 0.8% | 0.99% | - |
| XYZ | 75.92 | 90.74 | 16.65 | - |
| YUV | 229.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 51 | 0 | 0.00 | 0.80 | 0.01 | 59.7 | 0.98 | 0.6 |
| Hex | FD | FC | 33 | 0 | 0 | 50 | 1 | 3C | 62 | 3C |
| Octal | 375 | 374 | 63 | 0 | 0 | 120 | 1 | 74 | 142 | 74 |
| Binary | 11111101 | 11111100 | 110011 | 0 | 0 | 1010000 | 1 | 111100 | 1100010 | 111100 |
Color Harmonies of #FDFC33
Complementary color
Monochromatic Colors of #FDFC33
Black with #FDFC33
Text Example
Text Example
White with #FDFC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC33; }
p { color: rgb(253,252,51); }
H1.HeaderClassName
{
color: #FDFC33;
}
.AnyTagClassName
{
color: #FDFC33;
}
</style>
background-color css
<style>
a { background-color: #FDFC33; }
a { background-color: rgb(253,252,51); }
div.DivClassName
{
background-color: #FDFC33;
}
.BgClassName
{
background-color: #FDFC33;
}
</style>
border-color css
<style>
span { border-color: #FDFC33; }
span { border-color: rgb(253,252,51); }
td.TdClassName
{
border-color: #FDFC33;
}
.TagClassName
{
border-color: #FDFC33;
}
</style>