Shades of Gorse #F3FF32
Tints of Gorse #F3FF32
RGB
CMYK
RGB Variations
Color information
#F3FF32 (or 0xF3FF32) is known color: Gorse. HEX triplet: F3, FF and 32. RGB value is (243,255,50). Sum of RGB (Red+Green+Blue) = 243+255+50=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 50 (19.92% from 255 or 9.12% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FF32 is #0C00CD. Grayscale: #E4E4E4. Windows color (decimal): -786638 or 3342323. OLE color: 3342323.
HSL color Cylindrical-coordinate representation of color #F3FF32: hue angle of 63.51º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3FF32 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 50 | - |
| CMYK | 0.05 | 0 | 0.80 | 0 |
| HSL | 63.51º | 1% | 0.6% | - |
| HSV(B) | 63.51º | 0.8% | 1% | - |
| XYZ | 73.3 | 90.8 | 16.68 | - |
| YUV | 228.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 50 | 0.05 | 0 | 0.80 | 0 | 63.51 | 1 | 0.6 |
| Hex | F3 | FF | 32 | 5 | 0 | 50 | 0 | 40 | 64 | 3C |
| Octal | 363 | 377 | 62 | 5 | 0 | 120 | 0 | 100 | 144 | 74 |
| Binary | 11110011 | 11111111 | 110010 | 101 | 0 | 1010000 | 0 | 1000000 | 1100100 | 111100 |
Color Harmonies of #F3FF32
Complementary color
Monochromatic Colors of #F3FF32
Black with #F3FF32
Text Example
Text Example
White with #F3FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF32; }
p { color: rgb(243,255,50); }
H1.HeaderClassName
{
color: #F3FF32;
}
.AnyTagClassName
{
color: #F3FF32;
}
</style>
background-color css
<style>
a { background-color: #F3FF32; }
a { background-color: rgb(243,255,50); }
div.DivClassName
{
background-color: #F3FF32;
}
.BgClassName
{
background-color: #F3FF32;
}
</style>
border-color css
<style>
span { border-color: #F3FF32; }
span { border-color: rgb(243,255,50); }
td.TdClassName
{
border-color: #F3FF32;
}
.TagClassName
{
border-color: #F3FF32;
}
</style>