Shades of Gorse #F3E03D
Tints of Gorse #F3E03D
RGB
CMYK
RGB Variations
Color information
#F3E03D (or 0xF3E03D) is known color: Gorse. HEX triplet: F3, E0 and 3D. RGB value is (243,224,61). Sum of RGB (Red+Green+Blue) = 243+224+61=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E03D is #0C1FC2. Grayscale: #D3D3D3. Windows color (decimal): -794563 or 4055283. OLE color: 4055283.
HSL color Cylindrical-coordinate representation of color #F3E03D: hue angle of 53.74º 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 #F3E03D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 61 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.05 |
| HSL | 53.74º | 0.88% | 0.6% | - |
| HSV(B) | 53.74º | 0.75% | 0.95% | - |
| XYZ | 64.46 | 72.7 | 15.05 | - |
| YUV | 211.1 | 43.29 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 61 | 0 | 0.08 | 0.75 | 0.05 | 53.74 | 0.88 | 0.6 |
| Hex | F3 | E0 | 3D | 0 | 8 | 4B | 5 | 36 | 58 | 3C |
| Octal | 363 | 340 | 75 | 0 | 10 | 113 | 5 | 66 | 130 | 74 |
| Binary | 11110011 | 11100000 | 111101 | 0 | 1000 | 1001011 | 101 | 110110 | 1011000 | 111100 |
Color Harmonies of #F3E03D
Complementary color
Monochromatic Colors of #F3E03D
Black with #F3E03D
Text Example
Text Example
White with #F3E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E03D; }
p { color: rgb(243,224,61); }
H1.HeaderClassName
{
color: #F3E03D;
}
.AnyTagClassName
{
color: #F3E03D;
}
</style>
background-color css
<style>
a { background-color: #F3E03D; }
a { background-color: rgb(243,224,61); }
div.DivClassName
{
background-color: #F3E03D;
}
.BgClassName
{
background-color: #F3E03D;
}
</style>
border-color css
<style>
span { border-color: #F3E03D; }
span { border-color: rgb(243,224,61); }
td.TdClassName
{
border-color: #F3E03D;
}
.TagClassName
{
border-color: #F3E03D;
}
</style>