Shades of Gorse #F3DB3B
Tints of Gorse #F3DB3B
RGB
CMYK
RGB Variations
Color information
#F3DB3B (or 0xF3DB3B) is known color: Gorse. HEX triplet: F3, DB and 3B. RGB value is (243,219,59). Sum of RGB (Red+Green+Blue) = 243+219+59=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB3B is #0C24C4. Grayscale: #D0D0D0. Windows color (decimal): -795845 or 3922931. OLE color: 3922931.
HSL color Cylindrical-coordinate representation of color #F3DB3B: hue angle of 52.17º degrees, saturation: 0.88, 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 #F3DB3B is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 59 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.05 |
| HSL | 52.17º | 0.88% | 0.59% | - |
| HSV(B) | 52.17º | 0.76% | 0.95% | - |
| XYZ | 63.08 | 70.03 | 14.33 | - |
| YUV | 207.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 59 | 0 | 0.10 | 0.76 | 0.05 | 52.17 | 0.88 | 0.59 |
| Hex | F3 | DB | 3B | 0 | A | 4C | 5 | 34 | 58 | 3B |
| Octal | 363 | 333 | 73 | 0 | 12 | 114 | 5 | 64 | 130 | 73 |
| Binary | 11110011 | 11011011 | 111011 | 0 | 1010 | 1001100 | 101 | 110100 | 1011000 | 111011 |
Color Harmonies of #F3DB3B
Complementary color
Monochromatic Colors of #F3DB3B
Black with #F3DB3B
Text Example
Text Example
White with #F3DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB3B; }
p { color: rgb(243,219,59); }
H1.HeaderClassName
{
color: #F3DB3B;
}
.AnyTagClassName
{
color: #F3DB3B;
}
</style>
background-color css
<style>
a { background-color: #F3DB3B; }
a { background-color: rgb(243,219,59); }
div.DivClassName
{
background-color: #F3DB3B;
}
.BgClassName
{
background-color: #F3DB3B;
}
</style>
border-color css
<style>
span { border-color: #F3DB3B; }
span { border-color: rgb(243,219,59); }
td.TdClassName
{
border-color: #F3DB3B;
}
.TagClassName
{
border-color: #F3DB3B;
}
</style>