Shades of Gorse #F4D73C
Tints of Gorse #F4D73C
RGB
CMYK
RGB Variations
Color information
#F4D73C (or 0xF4D73C) is known color: Gorse. HEX triplet: F4, D7 and 3C. RGB value is (244,215,60). Sum of RGB (Red+Green+Blue) = 244+215+60=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D73C is #0B28C3. Grayscale: #CECECE. Windows color (decimal): -731332 or 3987444. OLE color: 3987444.
HSL color Cylindrical-coordinate representation of color #F4D73C: hue angle of 50.54º 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 #F4D73C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 60 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.04 |
| HSL | 50.54º | 0.89% | 0.6% | - |
| HSV(B) | 50.54º | 0.75% | 0.96% | - |
| XYZ | 62.42 | 68.16 | 14.14 | - |
| YUV | 206 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 60 | 0 | 0.12 | 0.75 | 0.04 | 50.54 | 0.89 | 0.6 |
| Hex | F4 | D7 | 3C | 0 | C | 4B | 4 | 33 | 59 | 3C |
| Octal | 364 | 327 | 74 | 0 | 14 | 113 | 4 | 63 | 131 | 74 |
| Binary | 11110100 | 11010111 | 111100 | 0 | 1100 | 1001011 | 100 | 110011 | 1011001 | 111100 |
Color Harmonies of #F4D73C
Complementary color
Monochromatic Colors of #F4D73C
Black with #F4D73C
Text Example
Text Example
White with #F4D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D73C; }
p { color: rgb(244,215,60); }
H1.HeaderClassName
{
color: #F4D73C;
}
.AnyTagClassName
{
color: #F4D73C;
}
</style>
background-color css
<style>
a { background-color: #F4D73C; }
a { background-color: rgb(244,215,60); }
div.DivClassName
{
background-color: #F4D73C;
}
.BgClassName
{
background-color: #F4D73C;
}
</style>
border-color css
<style>
span { border-color: #F4D73C; }
span { border-color: rgb(244,215,60); }
td.TdClassName
{
border-color: #F4D73C;
}
.TagClassName
{
border-color: #F4D73C;
}
</style>