Shades of Gorse #F4D83C
Tints of Gorse #F4D83C
RGB
CMYK
RGB Variations
Color information
#F4D83C (or 0xF4D83C) is known color: Gorse. HEX triplet: F4, D8 and 3C. RGB value is (244,216,60). Sum of RGB (Red+Green+Blue) = 244+216+60=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D83C is #0B27C3. Grayscale: #CFCFCF. Windows color (decimal): -731076 or 3987700. OLE color: 3987700.
HSL color Cylindrical-coordinate representation of color #F4D83C: hue angle of 50.87º 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 #F4D83C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.04 |
| HSL | 50.87º | 0.89% | 0.6% | - |
| HSV(B) | 50.87º | 0.75% | 0.96% | - |
| XYZ | 62.68 | 68.67 | 14.23 | - |
| YUV | 206.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 60 | 0 | 0.11 | 0.75 | 0.04 | 50.87 | 0.89 | 0.6 |
| Hex | F4 | D8 | 3C | 0 | B | 4B | 4 | 33 | 59 | 3C |
| Octal | 364 | 330 | 74 | 0 | 13 | 113 | 4 | 63 | 131 | 74 |
| Binary | 11110100 | 11011000 | 111100 | 0 | 1011 | 1001011 | 100 | 110011 | 1011001 | 111100 |
Color Harmonies of #F4D83C
Complementary color
Monochromatic Colors of #F4D83C
Black with #F4D83C
Text Example
Text Example
White with #F4D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D83C; }
p { color: rgb(244,216,60); }
H1.HeaderClassName
{
color: #F4D83C;
}
.AnyTagClassName
{
color: #F4D83C;
}
</style>
background-color css
<style>
a { background-color: #F4D83C; }
a { background-color: rgb(244,216,60); }
div.DivClassName
{
background-color: #F4D83C;
}
.BgClassName
{
background-color: #F4D83C;
}
</style>
border-color css
<style>
span { border-color: #F4D83C; }
span { border-color: rgb(244,216,60); }
td.TdClassName
{
border-color: #F4D83C;
}
.TagClassName
{
border-color: #F4D83C;
}
</style>