Shades of Gorse #FDF03C
Tints of Gorse #FDF03C
RGB
CMYK
RGB Variations
Color information
#FDF03C (or 0xFDF03C) is known color: Gorse. HEX triplet: FD, F0 and 3C. RGB value is (253,240,60). Sum of RGB (Red+Green+Blue) = 253+240+60=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 60 (23.83% from 255 or 10.85% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF03C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF03C is #020FC3. Grayscale: #E0E0E0. Windows color (decimal): -135108 or 3993853. OLE color: 3993853.
HSL color Cylindrical-coordinate representation of color #FDF03C: hue angle of 55.96º 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 #FDF03C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 60 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.01 |
| HSL | 55.96º | 0.98% | 0.61% | - |
| HSV(B) | 55.96º | 0.76% | 0.99% | - |
| XYZ | 72.48 | 83.53 | 16.58 | - |
| YUV | 223.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 60 | 0 | 0.05 | 0.76 | 0.01 | 55.96 | 0.98 | 0.61 |
| Hex | FD | F0 | 3C | 0 | 5 | 4C | 1 | 38 | 62 | 3D |
| Octal | 375 | 360 | 74 | 0 | 5 | 114 | 1 | 70 | 142 | 75 |
| Binary | 11111101 | 11110000 | 111100 | 0 | 101 | 1001100 | 1 | 111000 | 1100010 | 111101 |
Color Harmonies of #FDF03C
Complementary color
Monochromatic Colors of #FDF03C
Black with #FDF03C
Text Example
Text Example
White with #FDF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF03C; }
p { color: rgb(253,240,60); }
H1.HeaderClassName
{
color: #FDF03C;
}
.AnyTagClassName
{
color: #FDF03C;
}
</style>
background-color css
<style>
a { background-color: #FDF03C; }
a { background-color: rgb(253,240,60); }
div.DivClassName
{
background-color: #FDF03C;
}
.BgClassName
{
background-color: #FDF03C;
}
</style>
border-color css
<style>
span { border-color: #FDF03C; }
span { border-color: rgb(253,240,60); }
td.TdClassName
{
border-color: #FDF03C;
}
.TagClassName
{
border-color: #FDF03C;
}
</style>