Shades of Gorse #F4D53D
Tints of Gorse #F4D53D
RGB
CMYK
RGB Variations
Color information
#F4D53D (or 0xF4D53D) is known color: Gorse. HEX triplet: F4, D5 and 3D. RGB value is (244,213,61). Sum of RGB (Red+Green+Blue) = 244+213+61=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D53D is #0B2AC2. Grayscale: #CDCDCD. Windows color (decimal): -731843 or 4052468. OLE color: 4052468.
HSL color Cylindrical-coordinate representation of color #F4D53D: hue angle of 49.84º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4D53D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 213 | 61 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.04 |
| HSL | 49.84º | 0.89% | 0.6% | - |
| HSV(B) | 49.84º | 0.75% | 0.96% | - |
| XYZ | 61.94 | 67.16 | 14.11 | - |
| YUV | 204.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 213 | 61 | 0 | 0.13 | 0.75 | 0.04 | 49.84 | 0.89 | 0.6 |
| Hex | F4 | D5 | 3D | 0 | D | 4B | 4 | 32 | 59 | 3C |
| Octal | 364 | 325 | 75 | 0 | 15 | 113 | 4 | 62 | 131 | 74 |
| Binary | 11110100 | 11010101 | 111101 | 0 | 1101 | 1001011 | 100 | 110010 | 1011001 | 111100 |
Color Harmonies of #F4D53D
Complementary color
Monochromatic Colors of #F4D53D
Black with #F4D53D
Text Example
Text Example
White with #F4D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D53D; }
p { color: rgb(244,213,61); }
H1.HeaderClassName
{
color: #F4D53D;
}
.AnyTagClassName
{
color: #F4D53D;
}
</style>
background-color css
<style>
a { background-color: #F4D53D; }
a { background-color: rgb(244,213,61); }
div.DivClassName
{
background-color: #F4D53D;
}
.BgClassName
{
background-color: #F4D53D;
}
</style>
border-color css
<style>
span { border-color: #F4D53D; }
span { border-color: rgb(244,213,61); }
td.TdClassName
{
border-color: #F4D53D;
}
.TagClassName
{
border-color: #F4D53D;
}
</style>