Shades of Gorse #F3DC3A
Tints of Gorse #F3DC3A
RGB
CMYK
RGB Variations
Color information
#F3DC3A (or 0xF3DC3A) is known color: Gorse. HEX triplet: F3, DC and 3A. RGB value is (243,220,58). Sum of RGB (Red+Green+Blue) = 243+220+58=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC3A is #0C23C5. Grayscale: #D1D1D1. Windows color (decimal): -795590 or 3857651. OLE color: 3857651.
HSL color Cylindrical-coordinate representation of color #F3DC3A: hue angle of 52.54º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3DC3A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 58 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.05 |
| HSL | 52.54º | 0.89% | 0.59% | - |
| HSV(B) | 52.54º | 0.76% | 0.95% | - |
| XYZ | 63.32 | 70.55 | 14.28 | - |
| YUV | 208.41 | 43.12 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 58 | 0 | 0.09 | 0.76 | 0.05 | 52.54 | 0.89 | 0.59 |
| Hex | F3 | DC | 3A | 0 | 9 | 4C | 5 | 35 | 59 | 3B |
| Octal | 363 | 334 | 72 | 0 | 11 | 114 | 5 | 65 | 131 | 73 |
| Binary | 11110011 | 11011100 | 111010 | 0 | 1001 | 1001100 | 101 | 110101 | 1011001 | 111011 |
Color Harmonies of #F3DC3A
Complementary color
Monochromatic Colors of #F3DC3A
Black with #F3DC3A
Text Example
Text Example
White with #F3DC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC3A; }
p { color: rgb(243,220,58); }
H1.HeaderClassName
{
color: #F3DC3A;
}
.AnyTagClassName
{
color: #F3DC3A;
}
</style>
background-color css
<style>
a { background-color: #F3DC3A; }
a { background-color: rgb(243,220,58); }
div.DivClassName
{
background-color: #F3DC3A;
}
.BgClassName
{
background-color: #F3DC3A;
}
</style>
border-color css
<style>
span { border-color: #F3DC3A; }
span { border-color: rgb(243,220,58); }
td.TdClassName
{
border-color: #F3DC3A;
}
.TagClassName
{
border-color: #F3DC3A;
}
</style>