Shades of Gorse #FDF63B
Tints of Gorse #FDF63B
RGB
CMYK
RGB Variations
Color information
#FDF63B (or 0xFDF63B) is known color: Gorse. HEX triplet: FD, F6 and 3B. RGB value is (253,246,59). Sum of RGB (Red+Green+Blue) = 253+246+59=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 59 (23.44% from 255 or 10.57% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF63B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF63B is #0209C4. Grayscale: #E3E3E3. Windows color (decimal): -133573 or 3929853. OLE color: 3929853.
HSL color Cylindrical-coordinate representation of color #FDF63B: hue angle of 57.84º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF63B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 59 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.01 |
| HSL | 57.84º | 0.98% | 0.61% | - |
| HSV(B) | 57.84º | 0.77% | 0.99% | - |
| XYZ | 74.25 | 87.11 | 17.04 | - |
| YUV | 226.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 59 | 0 | 0.03 | 0.77 | 0.01 | 57.84 | 0.98 | 0.61 |
| Hex | FD | F6 | 3B | 0 | 3 | 4D | 1 | 3A | 62 | 3D |
| Octal | 375 | 366 | 73 | 0 | 3 | 115 | 1 | 72 | 142 | 75 |
| Binary | 11111101 | 11110110 | 111011 | 0 | 11 | 1001101 | 1 | 111010 | 1100010 | 111101 |
Color Harmonies of #FDF63B
Complementary color
Monochromatic Colors of #FDF63B
Black with #FDF63B
Text Example
Text Example
White with #FDF63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF63B; }
p { color: rgb(253,246,59); }
H1.HeaderClassName
{
color: #FDF63B;
}
.AnyTagClassName
{
color: #FDF63B;
}
</style>
background-color css
<style>
a { background-color: #FDF63B; }
a { background-color: rgb(253,246,59); }
div.DivClassName
{
background-color: #FDF63B;
}
.BgClassName
{
background-color: #FDF63B;
}
</style>
border-color css
<style>
span { border-color: #FDF63B; }
span { border-color: rgb(253,246,59); }
td.TdClassName
{
border-color: #FDF63B;
}
.TagClassName
{
border-color: #FDF63B;
}
</style>