Shades of Gorse #F3DB41
Tints of Gorse #F3DB41
RGB
CMYK
RGB Variations
Color information
#F3DB41 (or 0xF3DB41) is known color: Gorse. HEX triplet: F3, DB and 41. RGB value is (243,219,65). Sum of RGB (Red+Green+Blue) = 243+219+65=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB41 is #0C24BE. Grayscale: #D1D1D1. Windows color (decimal): -795839 or 4316147. OLE color: 4316147.
HSL color Cylindrical-coordinate representation of color #F3DB41: hue angle of 51.91º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3DB41 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 65 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.05 |
| HSL | 51.91º | 0.88% | 0.6% | - |
| HSV(B) | 51.91º | 0.73% | 0.95% | - |
| XYZ | 63.25 | 70.1 | 15.2 | - |
| YUV | 208.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 65 | 0 | 0.10 | 0.73 | 0.05 | 51.91 | 0.88 | 0.6 |
| Hex | F3 | DB | 41 | 0 | A | 49 | 5 | 34 | 58 | 3C |
| Octal | 363 | 333 | 101 | 0 | 12 | 111 | 5 | 64 | 130 | 74 |
| Binary | 11110011 | 11011011 | 1000001 | 0 | 1010 | 1001001 | 101 | 110100 | 1011000 | 111100 |
Color Harmonies of #F3DB41
Complementary color
Monochromatic Colors of #F3DB41
Black with #F3DB41
Text Example
Text Example
White with #F3DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB41; }
p { color: rgb(243,219,65); }
H1.HeaderClassName
{
color: #F3DB41;
}
.AnyTagClassName
{
color: #F3DB41;
}
</style>
background-color css
<style>
a { background-color: #F3DB41; }
a { background-color: rgb(243,219,65); }
div.DivClassName
{
background-color: #F3DB41;
}
.BgClassName
{
background-color: #F3DB41;
}
</style>
border-color css
<style>
span { border-color: #F3DB41; }
span { border-color: rgb(243,219,65); }
td.TdClassName
{
border-color: #F3DB41;
}
.TagClassName
{
border-color: #F3DB41;
}
</style>