Shades of Gorse #F4DC41
Tints of Gorse #F4DC41
RGB
CMYK
RGB Variations
Color information
#F4DC41 (or 0xF4DC41) is known color: Gorse. HEX triplet: F4, DC and 41. RGB value is (244,220,65). Sum of RGB (Red+Green+Blue) = 244+220+65=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC41 is #0B23BE. Grayscale: #D2D2D2. Windows color (decimal): -730047 or 4316404. OLE color: 4316404.
HSL color Cylindrical-coordinate representation of color #F4DC41: hue angle of 51.96º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4DC41 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 65 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.04 |
| HSL | 51.96º | 0.89% | 0.61% | - |
| HSV(B) | 51.96º | 0.73% | 0.96% | - |
| XYZ | 63.86 | 70.8 | 15.3 | - |
| YUV | 209.51 | 46.45 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 65 | 0 | 0.10 | 0.73 | 0.04 | 51.96 | 0.89 | 0.61 |
| Hex | F4 | DC | 41 | 0 | A | 49 | 4 | 34 | 59 | 3D |
| Octal | 364 | 334 | 101 | 0 | 12 | 111 | 4 | 64 | 131 | 75 |
| Binary | 11110100 | 11011100 | 1000001 | 0 | 1010 | 1001001 | 100 | 110100 | 1011001 | 111101 |
Color Harmonies of #F4DC41
Complementary color
Monochromatic Colors of #F4DC41
Black with #F4DC41
Text Example
Text Example
White with #F4DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC41; }
p { color: rgb(244,220,65); }
H1.HeaderClassName
{
color: #F4DC41;
}
.AnyTagClassName
{
color: #F4DC41;
}
</style>
background-color css
<style>
a { background-color: #F4DC41; }
a { background-color: rgb(244,220,65); }
div.DivClassName
{
background-color: #F4DC41;
}
.BgClassName
{
background-color: #F4DC41;
}
</style>
border-color css
<style>
span { border-color: #F4DC41; }
span { border-color: rgb(244,220,65); }
td.TdClassName
{
border-color: #F4DC41;
}
.TagClassName
{
border-color: #F4DC41;
}
</style>