Shades of Gorse #FDF63C
Tints of Gorse #FDF63C
RGB
CMYK
RGB Variations
Color information
#FDF63C (or 0xFDF63C) is known color: Gorse. HEX triplet: FD, F6 and 3C. RGB value is (253,246,60). Sum of RGB (Red+Green+Blue) = 253+246+60=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 60 (23.83% from 255 or 10.73% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF63C is #0209C3. Grayscale: #E3E3E3. Windows color (decimal): -133572 or 3995389. OLE color: 3995389.
HSL color Cylindrical-coordinate representation of color #FDF63C: hue angle of 57.82º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF63C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 60 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.01 |
| HSL | 57.82º | 0.98% | 0.61% | - |
| HSV(B) | 57.82º | 0.76% | 0.99% | - |
| XYZ | 74.28 | 87.12 | 17.18 | - |
| YUV | 226.89 | 33.82 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 60 | 0 | 0.03 | 0.76 | 0.01 | 57.82 | 0.98 | 0.61 |
| Hex | FD | F6 | 3C | 0 | 3 | 4C | 1 | 3A | 62 | 3D |
| Octal | 375 | 366 | 74 | 0 | 3 | 114 | 1 | 72 | 142 | 75 |
| Binary | 11111101 | 11110110 | 111100 | 0 | 11 | 1001100 | 1 | 111010 | 1100010 | 111101 |
Color Harmonies of #FDF63C
Complementary color
Monochromatic Colors of #FDF63C
Black with #FDF63C
Text Example
Text Example
White with #FDF63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF63C; }
p { color: rgb(253,246,60); }
H1.HeaderClassName
{
color: #FDF63C;
}
.AnyTagClassName
{
color: #FDF63C;
}
</style>
background-color css
<style>
a { background-color: #FDF63C; }
a { background-color: rgb(253,246,60); }
div.DivClassName
{
background-color: #FDF63C;
}
.BgClassName
{
background-color: #FDF63C;
}
</style>
border-color css
<style>
span { border-color: #FDF63C; }
span { border-color: rgb(253,246,60); }
td.TdClassName
{
border-color: #FDF63C;
}
.TagClassName
{
border-color: #FDF63C;
}
</style>