Shades of Gorse #F3DC3F
Tints of Gorse #F3DC3F
RGB
CMYK
RGB Variations
Color information
#F3DC3F (or 0xF3DC3F) is known color: Gorse. HEX triplet: F3, DC and 3F. RGB value is (243,220,63). Sum of RGB (Red+Green+Blue) = 243+220+63=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 63 (25% from 255 or 11.98% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC3F is #0C23C0. Grayscale: #D1D1D1. Windows color (decimal): -795585 or 4185331. OLE color: 4185331.
HSL color Cylindrical-coordinate representation of color #F3DC3F: hue angle of 52.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3DC3F is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 63 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.05 |
| HSL | 52.33º | 0.88% | 0.6% | - |
| HSV(B) | 52.33º | 0.74% | 0.95% | - |
| XYZ | 63.45 | 70.6 | 14.99 | - |
| YUV | 208.98 | 45.62 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 63 | 0 | 0.09 | 0.74 | 0.05 | 52.33 | 0.88 | 0.6 |
| Hex | F3 | DC | 3F | 0 | 9 | 4A | 5 | 34 | 58 | 3C |
| Octal | 363 | 334 | 77 | 0 | 11 | 112 | 5 | 64 | 130 | 74 |
| Binary | 11110011 | 11011100 | 111111 | 0 | 1001 | 1001010 | 101 | 110100 | 1011000 | 111100 |
Color Harmonies of #F3DC3F
Complementary color
Monochromatic Colors of #F3DC3F
Black with #F3DC3F
Text Example
Text Example
White with #F3DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC3F; }
p { color: rgb(243,220,63); }
H1.HeaderClassName
{
color: #F3DC3F;
}
.AnyTagClassName
{
color: #F3DC3F;
}
</style>
background-color css
<style>
a { background-color: #F3DC3F; }
a { background-color: rgb(243,220,63); }
div.DivClassName
{
background-color: #F3DC3F;
}
.BgClassName
{
background-color: #F3DC3F;
}
</style>
border-color css
<style>
span { border-color: #F3DC3F; }
span { border-color: rgb(243,220,63); }
td.TdClassName
{
border-color: #F3DC3F;
}
.TagClassName
{
border-color: #F3DC3F;
}
</style>