Shades of Gorse #F3FC2D
Tints of Gorse #F3FC2D
RGB
CMYK
RGB Variations
Color information
#F3FC2D (or 0xF3FC2D) is known color: Gorse. HEX triplet: F3, FC and 2D. RGB value is (243,252,45). Sum of RGB (Red+Green+Blue) = 243+252+45=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FC2D is #0C03D2. Grayscale: #E2E2E2. Windows color (decimal): -787411 or 3013875. OLE color: 3013875.
HSL color Cylindrical-coordinate representation of color #F3FC2D: hue angle of 62.61º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3FC2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 252 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.01 |
| HSL | 62.61º | 0.97% | 0.58% | - |
| HSV(B) | 62.61º | 0.82% | 0.99% | - |
| XYZ | 72.25 | 88.86 | 15.83 | - |
| YUV | 225.71 | 26.02 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 252 | 45 | 0.04 | 0 | 0.82 | 0.01 | 62.61 | 0.97 | 0.58 |
| Hex | F3 | FC | 2D | 4 | 0 | 52 | 1 | 3F | 61 | 3A |
| Octal | 363 | 374 | 55 | 4 | 0 | 122 | 1 | 77 | 141 | 72 |
| Binary | 11110011 | 11111100 | 101101 | 100 | 0 | 1010010 | 1 | 111111 | 1100001 | 111010 |
Color Harmonies of #F3FC2D
Complementary color
Monochromatic Colors of #F3FC2D
Black with #F3FC2D
Text Example
Text Example
White with #F3FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FC2D; }
p { color: rgb(243,252,45); }
H1.HeaderClassName
{
color: #F3FC2D;
}
.AnyTagClassName
{
color: #F3FC2D;
}
</style>
background-color css
<style>
a { background-color: #F3FC2D; }
a { background-color: rgb(243,252,45); }
div.DivClassName
{
background-color: #F3FC2D;
}
.BgClassName
{
background-color: #F3FC2D;
}
</style>
border-color css
<style>
span { border-color: #F3FC2D; }
span { border-color: rgb(243,252,45); }
td.TdClassName
{
border-color: #F3FC2D;
}
.TagClassName
{
border-color: #F3FC2D;
}
</style>