Shades of Gorse #F3DF3D
Tints of Gorse #F3DF3D
RGB
CMYK
RGB Variations
Color information
#F3DF3D (or 0xF3DF3D) is known color: Gorse. HEX triplet: F3, DF and 3D. RGB value is (243,223,61). Sum of RGB (Red+Green+Blue) = 243+223+61=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DF3D is #0C20C2. Grayscale: #D3D3D3. Windows color (decimal): -794819 or 4055027. OLE color: 4055027.
HSL color Cylindrical-coordinate representation of color #F3DF3D: hue angle of 53.41º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3DF3D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 61 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.05 |
| HSL | 53.41º | 0.88% | 0.6% | - |
| HSV(B) | 53.41º | 0.75% | 0.95% | - |
| XYZ | 64.19 | 72.17 | 14.96 | - |
| YUV | 210.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 61 | 0 | 0.08 | 0.75 | 0.05 | 53.41 | 0.88 | 0.6 |
| Hex | F3 | DF | 3D | 0 | 8 | 4B | 5 | 35 | 58 | 3C |
| Octal | 363 | 337 | 75 | 0 | 10 | 113 | 5 | 65 | 130 | 74 |
| Binary | 11110011 | 11011111 | 111101 | 0 | 1000 | 1001011 | 101 | 110101 | 1011000 | 111100 |
Color Harmonies of #F3DF3D
Complementary color
Monochromatic Colors of #F3DF3D
Black with #F3DF3D
Text Example
Text Example
White with #F3DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF3D; }
p { color: rgb(243,223,61); }
H1.HeaderClassName
{
color: #F3DF3D;
}
.AnyTagClassName
{
color: #F3DF3D;
}
</style>
background-color css
<style>
a { background-color: #F3DF3D; }
a { background-color: rgb(243,223,61); }
div.DivClassName
{
background-color: #F3DF3D;
}
.BgClassName
{
background-color: #F3DF3D;
}
</style>
border-color css
<style>
span { border-color: #F3DF3D; }
span { border-color: rgb(243,223,61); }
td.TdClassName
{
border-color: #F3DF3D;
}
.TagClassName
{
border-color: #F3DF3D;
}
</style>