Shades of Gorse #F5FC2D
Tints of Gorse #F5FC2D
RGB
CMYK
RGB Variations
Color information
#F5FC2D (or 0xF5FC2D) is known color: Gorse. HEX triplet: F5, FC and 2D. RGB value is (245,252,45). Sum of RGB (Red+Green+Blue) = 245+252+45=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 45 (17.97% from 255 or 8.30% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FC2D is #0A03D2. Grayscale: #E3E3E3. Windows color (decimal): -656339 or 3013877. OLE color: 3013877.
HSL color Cylindrical-coordinate representation of color #F5FC2D: hue angle of 62.03º 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 #F5FC2D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.01 |
| HSL | 62.03º | 0.97% | 0.58% | - |
| HSV(B) | 62.03º | 0.82% | 0.99% | - |
| XYZ | 72.94 | 89.22 | 15.86 | - |
| YUV | 226.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 45 | 0.03 | 0 | 0.82 | 0.01 | 62.03 | 0.97 | 0.58 |
| Hex | F5 | FC | 2D | 3 | 0 | 52 | 1 | 3E | 61 | 3A |
| Octal | 365 | 374 | 55 | 3 | 0 | 122 | 1 | 76 | 141 | 72 |
| Binary | 11110101 | 11111100 | 101101 | 11 | 0 | 1010010 | 1 | 111110 | 1100001 | 111010 |
Color Harmonies of #F5FC2D
Complementary color
Monochromatic Colors of #F5FC2D
Black with #F5FC2D
Text Example
Text Example
White with #F5FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FC2D; }
p { color: rgb(245,252,45); }
H1.HeaderClassName
{
color: #F5FC2D;
}
.AnyTagClassName
{
color: #F5FC2D;
}
</style>
background-color css
<style>
a { background-color: #F5FC2D; }
a { background-color: rgb(245,252,45); }
div.DivClassName
{
background-color: #F5FC2D;
}
.BgClassName
{
background-color: #F5FC2D;
}
</style>
border-color css
<style>
span { border-color: #F5FC2D; }
span { border-color: rgb(245,252,45); }
td.TdClassName
{
border-color: #F5FC2D;
}
.TagClassName
{
border-color: #F5FC2D;
}
</style>