Shades of Gorse #F3D73C
Tints of Gorse #F3D73C
RGB
CMYK
RGB Variations
Color information
#F3D73C (or 0xF3D73C) is known color: Gorse. HEX triplet: F3, D7 and 3C. RGB value is (243,215,60). Sum of RGB (Red+Green+Blue) = 243+215+60=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D73C is #0C28C3. Grayscale: #CECECE. Windows color (decimal): -796868 or 3987443. OLE color: 3987443.
HSL color Cylindrical-coordinate representation of color #F3D73C: hue angle of 50.82º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3D73C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 60 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.05 |
| HSL | 50.82º | 0.88% | 0.59% | - |
| HSV(B) | 50.82º | 0.75% | 0.95% | - |
| XYZ | 62.08 | 67.98 | 14.12 | - |
| YUV | 205.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 60 | 0 | 0.12 | 0.75 | 0.05 | 50.82 | 0.88 | 0.59 |
| Hex | F3 | D7 | 3C | 0 | C | 4B | 5 | 33 | 58 | 3B |
| Octal | 363 | 327 | 74 | 0 | 14 | 113 | 5 | 63 | 130 | 73 |
| Binary | 11110011 | 11010111 | 111100 | 0 | 1100 | 1001011 | 101 | 110011 | 1011000 | 111011 |
Color Harmonies of #F3D73C
Complementary color
Monochromatic Colors of #F3D73C
Black with #F3D73C
Text Example
Text Example
White with #F3D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D73C; }
p { color: rgb(243,215,60); }
H1.HeaderClassName
{
color: #F3D73C;
}
.AnyTagClassName
{
color: #F3D73C;
}
</style>
background-color css
<style>
a { background-color: #F3D73C; }
a { background-color: rgb(243,215,60); }
div.DivClassName
{
background-color: #F3D73C;
}
.BgClassName
{
background-color: #F3D73C;
}
</style>
border-color css
<style>
span { border-color: #F3D73C; }
span { border-color: rgb(243,215,60); }
td.TdClassName
{
border-color: #F3D73C;
}
.TagClassName
{
border-color: #F3D73C;
}
</style>