Shades of Gorse #FDFE33
Tints of Gorse #FDFE33
RGB
CMYK
RGB Variations
Color information
#FDFE33 (or 0xFDFE33) is known color: Gorse. HEX triplet: FD, FE and 33. RGB value is (253,254,51). Sum of RGB (Red+Green+Blue) = 253+254+51=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 51 (20.31% from 255 or 9.14% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE33 is #0201CC. Grayscale: #E7E7E7. Windows color (decimal): -131533 or 3407613. OLE color: 3407613.
HSL color Cylindrical-coordinate representation of color #FDFE33: hue angle of 60.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDFE33 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 51 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.00 |
| HSL | 60.3º | 0.99% | 0.6% | - |
| HSV(B) | 60.3º | 0.8% | 1% | - |
| XYZ | 76.55 | 92.01 | 16.86 | - |
| YUV | 230.56 | 26.67 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 51 | 0.00 | 0 | 0.80 | 0.00 | 60.3 | 0.99 | 0.6 |
| Hex | FD | FE | 33 | 0 | 0 | 50 | 0 | 3C | 63 | 3C |
| Octal | 375 | 376 | 63 | 0 | 0 | 120 | 0 | 74 | 143 | 74 |
| Binary | 11111101 | 11111110 | 110011 | 0 | 0 | 1010000 | 0 | 111100 | 1100011 | 111100 |
Color Harmonies of #FDFE33
Complementary color
Monochromatic Colors of #FDFE33
Black with #FDFE33
Text Example
Text Example
White with #FDFE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE33; }
p { color: rgb(253,254,51); }
H1.HeaderClassName
{
color: #FDFE33;
}
.AnyTagClassName
{
color: #FDFE33;
}
</style>
background-color css
<style>
a { background-color: #FDFE33; }
a { background-color: rgb(253,254,51); }
div.DivClassName
{
background-color: #FDFE33;
}
.BgClassName
{
background-color: #FDFE33;
}
</style>
border-color css
<style>
span { border-color: #FDFE33; }
span { border-color: rgb(253,254,51); }
td.TdClassName
{
border-color: #FDFE33;
}
.TagClassName
{
border-color: #FDFE33;
}
</style>