Shades of Gorse #F4D63A
Tints of Gorse #F4D63A
RGB
CMYK
RGB Variations
Color information
#F4D63A (or 0xF4D63A) is known color: Gorse. HEX triplet: F4, D6 and 3A. RGB value is (244,214,58). Sum of RGB (Red+Green+Blue) = 244+214+58=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D63A is #0B29C5. Grayscale: #CDCDCD. Windows color (decimal): -731590 or 3856116. OLE color: 3856116.
HSL color Cylindrical-coordinate representation of color #F4D63A: hue angle of 50.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F4D63A is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 58 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.04 |
| HSL | 50.32º | 0.89% | 0.59% | - |
| HSV(B) | 50.32º | 0.76% | 0.96% | - |
| XYZ | 62.12 | 67.63 | 13.78 | - |
| YUV | 205.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 58 | 0 | 0.12 | 0.76 | 0.04 | 50.32 | 0.89 | 0.59 |
| Hex | F4 | D6 | 3A | 0 | C | 4C | 4 | 32 | 59 | 3B |
| Octal | 364 | 326 | 72 | 0 | 14 | 114 | 4 | 62 | 131 | 73 |
| Binary | 11110100 | 11010110 | 111010 | 0 | 1100 | 1001100 | 100 | 110010 | 1011001 | 111011 |
Color Harmonies of #F4D63A
Complementary color
Monochromatic Colors of #F4D63A
Black with #F4D63A
Text Example
Text Example
White with #F4D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D63A; }
p { color: rgb(244,214,58); }
H1.HeaderClassName
{
color: #F4D63A;
}
.AnyTagClassName
{
color: #F4D63A;
}
</style>
background-color css
<style>
a { background-color: #F4D63A; }
a { background-color: rgb(244,214,58); }
div.DivClassName
{
background-color: #F4D63A;
}
.BgClassName
{
background-color: #F4D63A;
}
</style>
border-color css
<style>
span { border-color: #F4D63A; }
span { border-color: rgb(244,214,58); }
td.TdClassName
{
border-color: #F4D63A;
}
.TagClassName
{
border-color: #F4D63A;
}
</style>