Shades of Gorse #F3DC42
Tints of Gorse #F3DC42
RGB
CMYK
RGB Variations
Color information
#F3DC42 (or 0xF3DC42) is known color: Gorse. HEX triplet: F3, DC and 42. RGB value is (243,220,66). Sum of RGB (Red+Green+Blue) = 243+220+66=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC42 is #0C23BD. Grayscale: #D1D1D1. Windows color (decimal): -795582 or 4381939. OLE color: 4381939.
HSL color Cylindrical-coordinate representation of color #F3DC42: hue angle of 52.2º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3DC42 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 66 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.05 |
| HSL | 52.2º | 0.88% | 0.61% | - |
| HSV(B) | 52.2º | 0.73% | 0.95% | - |
| XYZ | 63.54 | 70.63 | 15.44 | - |
| YUV | 209.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 66 | 0 | 0.09 | 0.73 | 0.05 | 52.2 | 0.88 | 0.61 |
| Hex | F3 | DC | 42 | 0 | 9 | 49 | 5 | 34 | 58 | 3D |
| Octal | 363 | 334 | 102 | 0 | 11 | 111 | 5 | 64 | 130 | 75 |
| Binary | 11110011 | 11011100 | 1000010 | 0 | 1001 | 1001001 | 101 | 110100 | 1011000 | 111101 |
Color Harmonies of #F3DC42
Complementary color
Monochromatic Colors of #F3DC42
Black with #F3DC42
Text Example
Text Example
White with #F3DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC42; }
p { color: rgb(243,220,66); }
H1.HeaderClassName
{
color: #F3DC42;
}
.AnyTagClassName
{
color: #F3DC42;
}
</style>
background-color css
<style>
a { background-color: #F3DC42; }
a { background-color: rgb(243,220,66); }
div.DivClassName
{
background-color: #F3DC42;
}
.BgClassName
{
background-color: #F3DC42;
}
</style>
border-color css
<style>
span { border-color: #F3DC42; }
span { border-color: rgb(243,220,66); }
td.TdClassName
{
border-color: #F3DC42;
}
.TagClassName
{
border-color: #F3DC42;
}
</style>