Shades of Gorse #F3E138
Tints of Gorse #F3E138
RGB
CMYK
RGB Variations
Color information
#F3E138 (or 0xF3E138) is known color: Gorse. HEX triplet: F3, E1 and 38. RGB value is (243,225,56). Sum of RGB (Red+Green+Blue) = 243+225+56=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 56 (22.27% from 255 or 10.69% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E138 is #0C1EC7. Grayscale: #D3D3D3. Windows color (decimal): -794312 or 3727859. OLE color: 3727859.
HSL color Cylindrical-coordinate representation of color #F3E138: hue angle of 54.22º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3E138 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 56 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.05 |
| HSL | 54.22º | 0.89% | 0.59% | - |
| HSV(B) | 54.22º | 0.77% | 0.95% | - |
| XYZ | 64.6 | 73.19 | 14.46 | - |
| YUV | 211.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 56 | 0 | 0.07 | 0.77 | 0.05 | 54.22 | 0.89 | 0.59 |
| Hex | F3 | E1 | 38 | 0 | 7 | 4D | 5 | 36 | 59 | 3B |
| Octal | 363 | 341 | 70 | 0 | 7 | 115 | 5 | 66 | 131 | 73 |
| Binary | 11110011 | 11100001 | 111000 | 0 | 111 | 1001101 | 101 | 110110 | 1011001 | 111011 |
Color Harmonies of #F3E138
Complementary color
Monochromatic Colors of #F3E138
Black with #F3E138
Text Example
Text Example
White with #F3E138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E138; }
p { color: rgb(243,225,56); }
H1.HeaderClassName
{
color: #F3E138;
}
.AnyTagClassName
{
color: #F3E138;
}
</style>
background-color css
<style>
a { background-color: #F3E138; }
a { background-color: rgb(243,225,56); }
div.DivClassName
{
background-color: #F3E138;
}
.BgClassName
{
background-color: #F3E138;
}
</style>
border-color css
<style>
span { border-color: #F3E138; }
span { border-color: rgb(243,225,56); }
td.TdClassName
{
border-color: #F3E138;
}
.TagClassName
{
border-color: #F3E138;
}
</style>