Shades of Gorse #F3DD3E
Tints of Gorse #F3DD3E
RGB
CMYK
RGB Variations
Color information
#F3DD3E (or 0xF3DD3E) is known color: Gorse. HEX triplet: F3, DD and 3E. RGB value is (243,221,62). Sum of RGB (Red+Green+Blue) = 243+221+62=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DD3E is #0C22C1. Grayscale: #D2D2D2. Windows color (decimal): -795330 or 4120051. OLE color: 4120051.
HSL color Cylindrical-coordinate representation of color #F3DD3E: hue angle of 52.71º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3DD3E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 62 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.05 |
| HSL | 52.71º | 0.88% | 0.6% | - |
| HSV(B) | 52.71º | 0.74% | 0.95% | - |
| XYZ | 63.69 | 71.12 | 14.93 | - |
| YUV | 209.45 | 44.79 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 62 | 0 | 0.09 | 0.74 | 0.05 | 52.71 | 0.88 | 0.6 |
| Hex | F3 | DD | 3E | 0 | 9 | 4A | 5 | 35 | 58 | 3C |
| Octal | 363 | 335 | 76 | 0 | 11 | 112 | 5 | 65 | 130 | 74 |
| Binary | 11110011 | 11011101 | 111110 | 0 | 1001 | 1001010 | 101 | 110101 | 1011000 | 111100 |
Color Harmonies of #F3DD3E
Complementary color
Monochromatic Colors of #F3DD3E
Black with #F3DD3E
Text Example
Text Example
White with #F3DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DD3E; }
p { color: rgb(243,221,62); }
H1.HeaderClassName
{
color: #F3DD3E;
}
.AnyTagClassName
{
color: #F3DD3E;
}
</style>
background-color css
<style>
a { background-color: #F3DD3E; }
a { background-color: rgb(243,221,62); }
div.DivClassName
{
background-color: #F3DD3E;
}
.BgClassName
{
background-color: #F3DD3E;
}
</style>
border-color css
<style>
span { border-color: #F3DD3E; }
span { border-color: rgb(243,221,62); }
td.TdClassName
{
border-color: #F3DD3E;
}
.TagClassName
{
border-color: #F3DD3E;
}
</style>