Shades of Gorse #F3FD2C
Tints of Gorse #F3FD2C
RGB
CMYK
RGB Variations
Color information
#F3FD2C (or 0xF3FD2C) is known color: Gorse. HEX triplet: F3, FD and 2C. RGB value is (243,253,44). Sum of RGB (Red+Green+Blue) = 243+253+44=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 44 (17.58% from 255 or 8.15% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FD2C is #0C02D3. Grayscale: #E3E3E3. Windows color (decimal): -787156 or 2948595. OLE color: 2948595.
HSL color Cylindrical-coordinate representation of color #F3FD2C: hue angle of 62.87º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3FD2C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 253 | 44 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.01 |
| HSL | 62.87º | 0.98% | 0.58% | - |
| HSV(B) | 62.87º | 0.83% | 0.99% | - |
| XYZ | 72.54 | 89.49 | 15.83 | - |
| YUV | 226.18 | 25.19 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 253 | 44 | 0.04 | 0 | 0.83 | 0.01 | 62.87 | 0.98 | 0.58 |
| Hex | F3 | FD | 2C | 4 | 0 | 53 | 1 | 3F | 62 | 3A |
| Octal | 363 | 375 | 54 | 4 | 0 | 123 | 1 | 77 | 142 | 72 |
| Binary | 11110011 | 11111101 | 101100 | 100 | 0 | 1010011 | 1 | 111111 | 1100010 | 111010 |
Color Harmonies of #F3FD2C
Complementary color
Monochromatic Colors of #F3FD2C
Black with #F3FD2C
Text Example
Text Example
White with #F3FD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FD2C; }
p { color: rgb(243,253,44); }
H1.HeaderClassName
{
color: #F3FD2C;
}
.AnyTagClassName
{
color: #F3FD2C;
}
</style>
background-color css
<style>
a { background-color: #F3FD2C; }
a { background-color: rgb(243,253,44); }
div.DivClassName
{
background-color: #F3FD2C;
}
.BgClassName
{
background-color: #F3FD2C;
}
</style>
border-color css
<style>
span { border-color: #F3FD2C; }
span { border-color: rgb(243,253,44); }
td.TdClassName
{
border-color: #F3FD2C;
}
.TagClassName
{
border-color: #F3FD2C;
}
</style>