Shades of Gorse #F3E13D
Tints of Gorse #F3E13D
RGB
CMYK
RGB Variations
Color information
#F3E13D (or 0xF3E13D) is known color: Gorse. HEX triplet: F3, E1 and 3D. RGB value is (243,225,61). Sum of RGB (Red+Green+Blue) = 243+225+61=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E13D is #0C1EC2. Grayscale: #D4D4D4. Windows color (decimal): -794307 or 4055539. OLE color: 4055539.
HSL color Cylindrical-coordinate representation of color #F3E13D: hue angle of 54.07º 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 #F3E13D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 61 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.05 |
| HSL | 54.07º | 0.88% | 0.6% | - |
| HSV(B) | 54.07º | 0.75% | 0.95% | - |
| XYZ | 64.73 | 73.24 | 15.14 | - |
| YUV | 211.69 | 42.96 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 61 | 0 | 0.07 | 0.75 | 0.05 | 54.07 | 0.88 | 0.6 |
| Hex | F3 | E1 | 3D | 0 | 7 | 4B | 5 | 36 | 58 | 3C |
| Octal | 363 | 341 | 75 | 0 | 7 | 113 | 5 | 66 | 130 | 74 |
| Binary | 11110011 | 11100001 | 111101 | 0 | 111 | 1001011 | 101 | 110110 | 1011000 | 111100 |
Color Harmonies of #F3E13D
Complementary color
Monochromatic Colors of #F3E13D
Black with #F3E13D
Text Example
Text Example
White with #F3E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E13D; }
p { color: rgb(243,225,61); }
H1.HeaderClassName
{
color: #F3E13D;
}
.AnyTagClassName
{
color: #F3E13D;
}
</style>
background-color css
<style>
a { background-color: #F3E13D; }
a { background-color: rgb(243,225,61); }
div.DivClassName
{
background-color: #F3E13D;
}
.BgClassName
{
background-color: #F3E13D;
}
</style>
border-color css
<style>
span { border-color: #F3E13D; }
span { border-color: rgb(243,225,61); }
td.TdClassName
{
border-color: #F3E13D;
}
.TagClassName
{
border-color: #F3E13D;
}
</style>