Shades of Gorse #FDF73C
Tints of Gorse #FDF73C
RGB
CMYK
RGB Variations
Color information
#FDF73C (or 0xFDF73C) is known color: Gorse. HEX triplet: FD, F7 and 3C. RGB value is (253,247,60). Sum of RGB (Red+Green+Blue) = 253+247+60=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 60 (23.83% from 255 or 10.71% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF73C is #0208C3. Grayscale: #E4E4E4. Windows color (decimal): -133316 or 3995645. OLE color: 3995645.
HSL color Cylindrical-coordinate representation of color #FDF73C: hue angle of 58.13º 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 #FDF73C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 60 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.01 |
| HSL | 58.13º | 0.98% | 0.61% | - |
| HSV(B) | 58.13º | 0.76% | 0.99% | - |
| XYZ | 74.58 | 87.73 | 17.28 | - |
| YUV | 227.48 | 33.49 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 60 | 0 | 0.02 | 0.76 | 0.01 | 58.13 | 0.98 | 0.61 |
| Hex | FD | F7 | 3C | 0 | 2 | 4C | 1 | 3A | 62 | 3D |
| Octal | 375 | 367 | 74 | 0 | 2 | 114 | 1 | 72 | 142 | 75 |
| Binary | 11111101 | 11110111 | 111100 | 0 | 10 | 1001100 | 1 | 111010 | 1100010 | 111101 |
Color Harmonies of #FDF73C
Complementary color
Monochromatic Colors of #FDF73C
Black with #FDF73C
Text Example
Text Example
White with #FDF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF73C; }
p { color: rgb(253,247,60); }
H1.HeaderClassName
{
color: #FDF73C;
}
.AnyTagClassName
{
color: #FDF73C;
}
</style>
background-color css
<style>
a { background-color: #FDF73C; }
a { background-color: rgb(253,247,60); }
div.DivClassName
{
background-color: #FDF73C;
}
.BgClassName
{
background-color: #FDF73C;
}
</style>
border-color css
<style>
span { border-color: #FDF73C; }
span { border-color: rgb(253,247,60); }
td.TdClassName
{
border-color: #FDF73C;
}
.TagClassName
{
border-color: #FDF73C;
}
</style>