Shades of Gorse #F3FE2D
Tints of Gorse #F3FE2D
RGB
CMYK
RGB Variations
Color information
#F3FE2D (or 0xF3FE2D) is known color: Gorse. HEX triplet: F3, FE and 2D. RGB value is (243,254,45). Sum of RGB (Red+Green+Blue) = 243+254+45=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 45 (17.97% from 255 or 8.30% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FE2D is #0C01D2. Grayscale: #E3E3E3. Windows color (decimal): -786899 or 3014387. OLE color: 3014387.
HSL color Cylindrical-coordinate representation of color #F3FE2D: hue angle of 63.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3FE2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.00 |
| HSL | 63.16º | 0.99% | 0.59% | - |
| HSV(B) | 63.16º | 0.82% | 1% | - |
| XYZ | 72.88 | 90.13 | 16.04 | - |
| YUV | 226.89 | 25.36 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 45 | 0.04 | 0 | 0.82 | 0.00 | 63.16 | 0.99 | 0.59 |
| Hex | F3 | FE | 2D | 4 | 0 | 52 | 0 | 3F | 63 | 3B |
| Octal | 363 | 376 | 55 | 4 | 0 | 122 | 0 | 77 | 143 | 73 |
| Binary | 11110011 | 11111110 | 101101 | 100 | 0 | 1010010 | 0 | 111111 | 1100011 | 111011 |
Color Harmonies of #F3FE2D
Complementary color
Monochromatic Colors of #F3FE2D
Black with #F3FE2D
Text Example
Text Example
White with #F3FE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FE2D; }
p { color: rgb(243,254,45); }
H1.HeaderClassName
{
color: #F3FE2D;
}
.AnyTagClassName
{
color: #F3FE2D;
}
</style>
background-color css
<style>
a { background-color: #F3FE2D; }
a { background-color: rgb(243,254,45); }
div.DivClassName
{
background-color: #F3FE2D;
}
.BgClassName
{
background-color: #F3FE2D;
}
</style>
border-color css
<style>
span { border-color: #F3FE2D; }
span { border-color: rgb(243,254,45); }
td.TdClassName
{
border-color: #F3FE2D;
}
.TagClassName
{
border-color: #F3FE2D;
}
</style>