Shades of Gorse #F3F42D
Tints of Gorse #F3F42D
RGB
CMYK
RGB Variations
Color information
#F3F42D (or 0xF3F42D) is known color: Gorse. HEX triplet: F3, F4 and 2D. RGB value is (243,244,45). Sum of RGB (Red+Green+Blue) = 243+244+45=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F42D is #0C0BD2. Grayscale: #DDDDDD. Windows color (decimal): -789459 or 3011827. OLE color: 3011827.
HSL color Cylindrical-coordinate representation of color #F3F42D: hue angle of 60.3º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3F42D is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 244 | 45 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.04 |
| HSL | 60.3º | 0.9% | 0.57% | - |
| HSV(B) | 60.3º | 0.82% | 0.96% | - |
| XYZ | 69.79 | 83.95 | 15.01 | - |
| YUV | 221.02 | 28.67 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 244 | 45 | 0.00 | 0 | 0.82 | 0.04 | 60.3 | 0.9 | 0.57 |
| Hex | F3 | F4 | 2D | 0 | 0 | 52 | 4 | 3C | 5A | 39 |
| Octal | 363 | 364 | 55 | 0 | 0 | 122 | 4 | 74 | 132 | 71 |
| Binary | 11110011 | 11110100 | 101101 | 0 | 0 | 1010010 | 100 | 111100 | 1011010 | 111001 |
Color Harmonies of #F3F42D
Complementary color
Monochromatic Colors of #F3F42D
Black with #F3F42D
Text Example
Text Example
White with #F3F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F42D; }
p { color: rgb(243,244,45); }
H1.HeaderClassName
{
color: #F3F42D;
}
.AnyTagClassName
{
color: #F3F42D;
}
</style>
background-color css
<style>
a { background-color: #F3F42D; }
a { background-color: rgb(243,244,45); }
div.DivClassName
{
background-color: #F3F42D;
}
.BgClassName
{
background-color: #F3F42D;
}
</style>
border-color css
<style>
span { border-color: #F3F42D; }
span { border-color: rgb(243,244,45); }
td.TdClassName
{
border-color: #F3F42D;
}
.TagClassName
{
border-color: #F3F42D;
}
</style>