Shades of Gorse #FDFB34
Tints of Gorse #FDFB34
RGB
CMYK
RGB Variations
Color information
#FDFB34 (or 0xFDFB34) is known color: Gorse. HEX triplet: FD, FB and 34. RGB value is (253,251,52). Sum of RGB (Red+Green+Blue) = 253+251+52=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 52 (20.70% from 255 or 9.35% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB34 is #0204CB. Grayscale: #E5E5E5. Windows color (decimal): -132300 or 3472381. OLE color: 3472381.
HSL color Cylindrical-coordinate representation of color #FDFB34: hue angle of 59.4º 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 #FDFB34 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 52 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.01 |
| HSL | 59.4º | 0.98% | 0.6% | - |
| HSV(B) | 59.4º | 0.79% | 0.99% | - |
| XYZ | 75.63 | 90.12 | 16.66 | - |
| YUV | 228.91 | 28.16 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 52 | 0 | 0.01 | 0.79 | 0.01 | 59.4 | 0.98 | 0.6 |
| Hex | FD | FB | 34 | 0 | 1 | 4F | 1 | 3B | 62 | 3C |
| Octal | 375 | 373 | 64 | 0 | 1 | 117 | 1 | 73 | 142 | 74 |
| Binary | 11111101 | 11111011 | 110100 | 0 | 1 | 1001111 | 1 | 111011 | 1100010 | 111100 |
Color Harmonies of #FDFB34
Complementary color
Monochromatic Colors of #FDFB34
Black with #FDFB34
Text Example
Text Example
White with #FDFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB34; }
p { color: rgb(253,251,52); }
H1.HeaderClassName
{
color: #FDFB34;
}
.AnyTagClassName
{
color: #FDFB34;
}
</style>
background-color css
<style>
a { background-color: #FDFB34; }
a { background-color: rgb(253,251,52); }
div.DivClassName
{
background-color: #FDFB34;
}
.BgClassName
{
background-color: #FDFB34;
}
</style>
border-color css
<style>
span { border-color: #FDFB34; }
span { border-color: rgb(253,251,52); }
td.TdClassName
{
border-color: #FDFB34;
}
.TagClassName
{
border-color: #FDFB34;
}
</style>